◆ getTestGoldsampleFilename()
test_012_DataInput::getTestGoldsampleFilename |
( |
|
$test_name | ) |
|
Definition at line 26 of file class.test_012_DataInput.php.
27 {
28 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
29 }
◆ getTestInputFilename()
test_012_DataInput::getTestInputFilename |
( |
|
$test_name | ) |
|
◆ getTestOutputFilename()
test_012_DataInput::getTestOutputFilename |
( |
|
$test_name | ) |
|
◆ setUp()
test_012_DataInput::setUp |
( |
| ) |
|
Definition at line 31 of file class.test_012_DataInput.php.
32 {
33 chdir( dirname( __FILE__ ) );
34 chdir( '../../../../../' );
35
36 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
37 }
◆ $base_path
test_012_DataInput::$base_path = './Services/WorkflowEngine/test/parser/' |
◆ $suite_path
test_012_DataInput::$suite_path = '012_DataInput/' |
The documentation for this class was generated from the following file: