◆ getTestGoldsampleFilename()
test_009_EndEvent::getTestGoldsampleFilename |
( |
|
$test_name | ) |
|
Definition at line 26 of file class.test_009_EndEvent.php.
27 {
28 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
29 }
◆ getTestInputFilename()
test_009_EndEvent::getTestInputFilename |
( |
|
$test_name | ) |
|
◆ getTestOutputFilename()
test_009_EndEvent::getTestOutputFilename |
( |
|
$test_name | ) |
|
Definition at line 21 of file class.test_009_EndEvent.php.
22 {
23 return $this->base_path . $this->suite_path . $test_name . '_output.php';
24 }
◆ setUp()
test_009_EndEvent::setUp |
( |
| ) |
|
Definition at line 31 of file class.test_009_EndEvent.php.
32 {
33 chdir( dirname( __FILE__ ) );
34 chdir( '../../../../../' );
35
36 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
37 }
◆ $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: