This commit is contained in:
Joe
2026-01-16 15:49:34 +08:00
commit 550d3e1f42
380 changed files with 62024 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
package tests
import (
"github.com/goravel/framework/testing"
"goravel/bootstrap"
)
func init() {
bootstrap.Boot()
}
type TestCase struct {
testing.TestCase
}