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