◆ getTestGoldsampleFilename()
test_009_EndEvent::getTestGoldsampleFilename |
( |
|
$test_name | ) |
|
Definition at line 28 of file class.test_009_EndEvent.php.
29 {
30 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
31 }
◆ getTestInputFilename()
test_009_EndEvent::getTestInputFilename |
( |
|
$test_name | ) |
|
◆ getTestOutputFilename()
test_009_EndEvent::getTestOutputFilename |
( |
|
$test_name | ) |
|
Definition at line 23 of file class.test_009_EndEvent.php.
24 {
25 return $this->base_path . $this->suite_path . $test_name . '_output.php';
26 }
◆ setUp()
test_009_EndEvent::setUp |
( |
| ) |
|
Reimplemented from ilWorkflowEngineBaseTest.
Definition at line 33 of file class.test_009_EndEvent.php.
34 {
35 chdir(dirname(__FILE__));
36 chdir('../../../../../');
37
38 parent::setUp();
39
40 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
41 }
◆ $base_path
test_009_EndEvent::$base_path = './Services/WorkflowEngine/test/parser/' |
◆ $suite_path
test_009_EndEvent::$suite_path = '009_EndEvent/' |
The documentation for this class was generated from the following file: