Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
39 | public function tearDown()/* The :void return type declaration that should be here would cause a BC issue */ |
||
40 | { |
||
41 | parent::tearDown(); |
||
42 | |||
43 | \unlink(__DIR__ . '/../../../../config.json'); |
||
44 | |||
45 | if (\file_exists(__DIR__ . '/../../../../config.json.bak')) { |
||
46 | \rename(__DIR__ . '/../../../../config.json.bak', __DIR__ . '/../../../../config.json'); |
||
47 | } |
||
50 |