PHP Class Cilex\Tests\Command\CommandTest

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

Protected Properties

Property Type Description
$fixture Cilex\Command\Command

Public Methods

Method Description
setUp ( ) Sets up the test fixture.
testContainer ( ) Tests the getContainer method.
testGetService ( ) Tests whether the getService method correctly retrieves an element from the container.

Method Details

setUp() public method

Sets up the test fixture.
public setUp ( )

testContainer() public method

Tests the getContainer method.
public testContainer ( )

testGetService() public method

Tests whether the getService method correctly retrieves an element from the container.
public testGetService ( )

Property Details

$fixture protected property

protected Command,Cilex\Command $fixture
return Cilex\Command\Command