Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
10 | public function testLegacyLoader() |
||
11 | { |
||
12 | /// @todo pass on as cli args for the executed script all the args that are already parsed by now |
||
13 | |||
14 | exec('php ' . __DIR__ . '/legacy_loader_test.php', $out, $result); |
||
15 | |||
16 | /// @todo dump output if in debug mode or if test fails |
||
17 | |||
18 | $this->assertEquals(0, $result); |
||
19 | } |
||
21 |