mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
16 lines
186 B
Go
16 lines
186 B
Go
package tests
|
|
|
|
import (
|
|
"github.com/goravel/framework/testing"
|
|
|
|
"github.com/TheTNB/panel/v2/bootstrap"
|
|
)
|
|
|
|
func init() {
|
|
bootstrap.Boot()
|
|
}
|
|
|
|
type TestCase struct {
|
|
testing.TestCase
|
|
}
|