2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00
Files
panel/tests/test_case.go
2024-07-13 15:19:42 +08:00

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
}