PHP Class izzum\statemachine\loader\YAMLTest

Author: rolf
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: rolfvreijdenberger/izzum-statemachine

Public Methods

Method Description
shouldBehave ( )
shouldLoadTransitionsFromFile ( )
shouldLoadTransitionsFromYAMLString ( )
shouldThrowExceptionForBadYamlData ( )
shouldThrowExceptionForNoMachineData ( )
shouldThrowExceptionForNoReadPermissions ( )
shouldThrowExceptionForNonExistentFileLoading ( )

Protected Methods

Method Description
getYAML ( )

Method Details

getYAML() protected method

protected getYAML ( )

shouldBehave() public method

public shouldBehave ( )

shouldLoadTransitionsFromFile() public method

shouldLoadTransitionsFromYAMLString() public method

shouldThrowExceptionForBadYamlData() public method

shouldThrowExceptionForNoMachineData() public method

shouldThrowExceptionForNoReadPermissions() public method

shouldThrowExceptionForNonExistentFileLoading() public method