PHP Trait InteractsWithDatabase

Inheritance: use trait Illuminate\Foundation\Testing\DatabaseTransactions
Afficher le fichier Open project: austintoddj/canvas

Méthodes publiques

Méthode Description
runDatabaseMigrations ( ) : void Define hooks to migrate the database before and after each test.

Méthodes protégées

Méthode Description
setUp ( ) : void Set up the test environment.

Method Details

runDatabaseMigrations() public méthode

Define hooks to migrate the database before and after each test.
public runDatabaseMigrations ( ) : void
Résultat void

setUp() protected méthode

Set up the test environment.
protected setUp ( ) : void
Résultat void