PHP 트레잇 InteractsWithDatabase

상속: use trait Illuminate\Foundation\Testing\DatabaseTransactions
파일 보기 프로젝트 열기: austintoddj/canvas

공개 메소드들

메소드 설명
runDatabaseMigrations ( ) : void Define hooks to migrate the database before and after each test.

보호된 메소드들

메소드 설명
setUp ( ) : void Set up the test environment.

메소드 상세

runDatabaseMigrations() 공개 메소드

Define hooks to migrate the database before and after each test.
public runDatabaseMigrations ( ) : void
리턴 void

setUp() 보호된 메소드

Set up the test environment.
protected setUp ( ) : void
리턴 void