PHP 클래스 Zizaco\TestCases\TestCase

상속: extends Illuminate\Foundation\Testing\TestCase
파일 보기 프로젝트 열기: zizaco/testcases-laravel 1 사용 예제들

공개 메소드들

메소드 설명
createApplication ( ) : Symfony\Component\HttpKernel\HttpKernelInterface Creates the application.
setUp ( ) Prepare for tests

비공개 메소드들

메소드 설명
prepareForTests ( ) Set the mailer to 'pretend'.

메소드 상세

createApplication() 공개 메소드

Creates the application.
public createApplication ( ) : Symfony\Component\HttpKernel\HttpKernelInterface
리턴 Symfony\Component\HttpKernel\HttpKernelInterface

setUp() 공개 메소드

Prepare for tests
public setUp ( )