| 1 | <?php |
||
| 5 | class ConfigArrayDataStub |
||
| 6 | { |
||
| 7 | const PHPCS_STANDARD = 'PSR2'; |
||
| 8 | |||
| 9 | const PHPUNIT_OPTIONS = '--suite default'; |
||
| 10 | |||
| 11 | const RIGHT_MESSAGE = 'good job'; |
||
| 12 | |||
| 13 | const REGULAR_EXPRESSION = '#[0-9]{2,7}'; |
||
| 14 | |||
| 15 | const ERROR_MESSAGE = 'fix your code'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return array |
||
| 19 | */ |
||
| 20 | public static function hooksEnabledWithEnabledTools() |
||
| 74 | } |
||
| 75 |