mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 14:57:16 +08:00
16 lines
165 B
Go
16 lines
165 B
Go
package tests
|
|
|
|
import (
|
|
"github.com/goravel/framework/testing"
|
|
|
|
"panel/bootstrap"
|
|
)
|
|
|
|
func init() {
|
|
bootstrap.Boot()
|
|
}
|
|
|
|
type TestCase struct {
|
|
testing.TestCase
|
|
}
|