PHP 클래스 Cilex\Tests\ApplicationTest

저자: Mike van Riel ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: cilex/cilex

공개 메소드들

메소드 설명
setUp ( ) Sets up the test app.
testClosureCommand ( )
testCommand ( ) Tests the command method to see if the command is properly set and the Cilex application is added as container.
testConstruct ( ) Tests whether the constructor instantiates the correct dependencies and correctly sets the name on the Console's Application.
testCustomInputOutput ( )

메소드 상세

setUp() 공개 메소드

Sets up the test app.
public setUp ( )

testClosureCommand() 공개 메소드

public testClosureCommand ( )

testCommand() 공개 메소드

Tests the command method to see if the command is properly set and the Cilex application is added as container.
public testCommand ( )

testConstruct() 공개 메소드

Tests whether the constructor instantiates the correct dependencies and correctly sets the name on the Console's Application.
public testConstruct ( )

testCustomInputOutput() 공개 메소드