PHP Класс Cilex\Tests\ApplicationTest

Автор: Mike van Riel ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод