PHP Class Cilex\Tests\ApplicationTest

Author: Mike van Riel ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: cilex/cilex

Public Methods

Method Description
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 ( )

Method Details

setUp() public method

Sets up the test app.
public setUp ( )

testClosureCommand() public method

public testClosureCommand ( )

testCommand() public method

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

testConstruct() public method

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

testCustomInputOutput() public method