ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
setUp () | |
testImplementsFactoryInterface () | |
testConstructorParams () | |
testConstructor () | |
testAmountOfSteps () | |
testActive () | |
testWithActiveThrows () | |
Protected Member Functions | |
buildFactory () | |
Protected Attributes | |
string | $title |
array | $steps |
Workflow Linear | $wf |
Definition at line 26 of file LinearWorkflowTest.php.
|
protected |
Definition at line 32 of file LinearWorkflowTest.php.
Referenced by setUp().
LinearWorkflowTest::setUp | ( | ) |
Definition at line 37 of file LinearWorkflowTest.php.
References Vendor\Package\$f, and buildFactory().
LinearWorkflowTest::testActive | ( | ) |
Definition at line 72 of file LinearWorkflowTest.php.
References $wf, ILIAS\UI\Component\Listing\Workflow\Workflow\getActive(), and ILIAS\UI\Component\Listing\Workflow\Workflow\withActive().
LinearWorkflowTest::testAmountOfSteps | ( | ) |
Definition at line 67 of file LinearWorkflowTest.php.
LinearWorkflowTest::testConstructor | ( | ) |
Definition at line 60 of file LinearWorkflowTest.php.
LinearWorkflowTest::testConstructorParams | ( | ) |
Definition at line 53 of file LinearWorkflowTest.php.
LinearWorkflowTest::testImplementsFactoryInterface | ( | ) |
Definition at line 48 of file LinearWorkflowTest.php.
LinearWorkflowTest::testWithActiveThrows | ( | ) |
Definition at line 78 of file LinearWorkflowTest.php.
References Vendor\Package\$e.
|
protected |
Definition at line 29 of file LinearWorkflowTest.php.
|
protected |
Definition at line 28 of file LinearWorkflowTest.php.
Definition at line 30 of file LinearWorkflowTest.php.
Referenced by testActive().