2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 23:27:17 +08:00
Files
panel/tests/test_case.go
2023-09-11 16:43:39 +08:00

16 lines
165 B
Go

package tests
import (
"github.com/goravel/framework/testing"
"panel/bootstrap"
)
func init() {
bootstrap.Boot()
}
type TestCase struct {
testing.TestCase
}