PHP Class Metabor\Statemachine\NamedCommandTest

Author: Oliver Tischlinger
Inheritance: extends CommandTest
Show file Open project: metabor/statemachine

Public Methods

Method Description
testWillReturnNameIfCastedToAString ( )

Protected Methods

Method Description
createTestInstance ( array $methods = [], $name = 'name' ) : NamedCommand

Method Details

createTestInstance() protected method

protected createTestInstance ( array $methods = [], $name = 'name' ) : NamedCommand
$methods array
return NamedCommand

testWillReturnNameIfCastedToAString() public method