Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶ added in v1.13.0
type Application struct {
// contains filtered or unexported fields
}
func NewApplication ¶ added in v1.13.0
func NewApplication(artisan contractsconsole.Artisan, cache contractscache.Cache, config contractsconfig.Config, orm contractsorm.Orm) *Application
func (*Application) Docker ¶ added in v1.13.0
func (r *Application) Docker() testing.Docker
type ServiceProvider ¶ added in v1.13.0
type ServiceProvider struct {
}
func (*ServiceProvider) Boot ¶ added in v1.13.0
func (r *ServiceProvider) Boot(app foundation.Application)
func (*ServiceProvider) Register ¶ added in v1.13.0
func (r *ServiceProvider) Register(app foundation.Application)
func (*ServiceProvider) Relationship ¶ added in v1.15.12
func (r *ServiceProvider) Relationship() binding.Relationship
type TestCase ¶ added in v1.13.0
type TestCase struct {
}
func (*TestCase) Http ¶ added in v1.15.0
func (r *TestCase) Http(t *testing.T) contractshttp.Request
func (*TestCase) RefreshDatabase ¶ added in v1.13.0
func (r *TestCase) RefreshDatabase(seeders ...contractsseeder.Seeder)
func (*TestCase) Seed ¶ added in v1.13.0
func (r *TestCase) Seed(seeders ...contractsseeder.Seeder)
Click to show internal directories.
Click to hide internal directories.