PHP 클래스 Contao\CoreBundle\Test\Command\AutomatorCommandTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testArgument ( ) Tests an argument.
testInstantiation ( ) Tests the object instantiation.
testInvalidArgument ( ) Tests an invalid argument.
testInvalidTask ( ) Tests an invalid task.
testLock ( ) Tests the lock.
testOutput ( ) Tests the output.
testToString ( ) Tests the __toString() method.

비공개 메소드들

메소드 설명
getApplication ( ) : Application Returns the application object.
getStreamFromInput ( string $input ) : resource Converts a string into a stream.

메소드 상세

testArgument() 공개 메소드

Tests an argument.
public testArgument ( )

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testInvalidArgument() 공개 메소드

Tests an invalid argument.
public testInvalidArgument ( )

testInvalidTask() 공개 메소드

Tests an invalid task.
public testInvalidTask ( )

testLock() 공개 메소드

Tests the lock.
public testLock ( )

testOutput() 공개 메소드

Tests the output.
public testOutput ( )

testToString() 공개 메소드

Tests the __toString() method.
public testToString ( )