PHP Class Contao\CoreBundle\Test\Command\AutomatorCommandTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
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.

Private Methods

Method Description
getApplication ( ) : Application Returns the application object.
getStreamFromInput ( string $input ) : resource Converts a string into a stream.

Method Details

testArgument() public method

Tests an argument.
public testArgument ( )

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testInvalidArgument() public method

Tests an invalid argument.
public testInvalidArgument ( )

testInvalidTask() public method

Tests an invalid task.
public testInvalidTask ( )

testLock() public method

Tests the lock.
public testLock ( )

testOutput() public method

Tests the output.
public testOutput ( )

testToString() public method

Tests the __toString() method.
public testToString ( )