PHP Class tests\unit\workflow\behavior\GetNextStatusTest

Inheritance: extends yii\codeception\DbTestCase, use trait Codeception\Specify
Show file Open project: raoul2000/yii2-workflow

Public Methods

Method Description
fixtures ( )
testGetNextStatusFails ( )
testGetNextStatusInWorkflow ( )
testGetNextStatusOnEnter ( )
testReturnEmptyReport ( )
testReturnReportWithEventsOnEnterWorkflow ( )
testReturnReportWithNothing ( )
testReturnReportWithValidation ( )

Protected Methods

Method Description
setup ( )
tearDown ( )

Method Details

fixtures() public method

public fixtures ( )

setup() protected method

protected setup ( )

tearDown() protected method

protected tearDown ( )

testGetNextStatusFails() public method

testGetNextStatusInWorkflow() public method

testGetNextStatusOnEnter() public method

testReturnEmptyReport() public method

testReturnReportWithEventsOnEnterWorkflow() public method

testReturnReportWithNothing() public method

testReturnReportWithValidation() public method