PHP 클래스 Acacha\Llum\Tests\ServiceCommandTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: acacha/llum

공개 메소드들

메소드 설명
testExecute ( ) test DevToolsCommand.
testExecuteWithOutputFileOption ( ) test DevToolsCommand.

보호된 메소드들

메소드 설명
setUp ( ) Setup test.
tearDown ( ) Tear down test.

비공개 메소드들

메소드 설명
fileHasContent ( $file, $content ) : boolean Check if file as specific content.
laravelServicesFileHasContent ( $content, $servicesFile = '/config/services.php' ) : boolean Check if Laravel Services File has an specific content.

메소드 상세

setUp() 보호된 메소드

Setup test.
protected setUp ( )

tearDown() 보호된 메소드

Tear down test.
protected tearDown ( )

testExecute() 공개 메소드

test DevToolsCommand.
public testExecute ( )

testExecuteWithOutputFileOption() 공개 메소드

test DevToolsCommand.