1 | <?php |
||
28 | class SelfTestCliOsChecks extends AbstractSelfTest |
||
29 | { |
||
30 | /** |
||
31 | * Perform all checks. |
||
32 | * |
||
33 | * @return void |
||
34 | */ |
||
35 | public function doTest() |
||
44 | |||
45 | /** |
||
46 | * Check if any Darwin specific hacks must get enabled. |
||
47 | * |
||
48 | * @return bool True if modified, false otherwise. |
||
49 | */ |
||
50 | private function checkDarwin() |
||
65 | } |
||
66 |