Files
server/tests/test_case.go
T
2026-01-16 15:49:34 +08:00

16 lines
167 B
Go

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