| 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 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.