init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package tests
|
||||
|
||||
import (
|
||||
"github.com/goravel/framework/testing"
|
||||
|
||||
"goravel/bootstrap"
|
||||
)
|
||||
|
||||
func init() {
|
||||
bootstrap.Boot()
|
||||
}
|
||||
|
||||
type TestCase struct {
|
||||
testing.TestCase
|
||||
}
|
||||
Reference in New Issue
Block a user