|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for LinearWorkflowTest:
Collaboration diagram for LinearWorkflowTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testConstructorParams () | |
| testConstructor () | |
| testAmountOfSteps () | |
| testActive () | |
| testWithActiveThrows () | |
| testLinearWorkflowRendering () | |
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().
Here is the caller graph for this function:| LinearWorkflowTest::setUp | ( | ) |
Definition at line 37 of file LinearWorkflowTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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::testLinearWorkflowRendering | ( | ) |
Definition at line 99 of file LinearWorkflowTest.php.
References $wf, and ILIAS\UI\Component\Listing\Workflow\Workflow\withActive().
Here is the call graph for this function:| 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(), and testLinearWorkflowRendering().