1 | <?php |
||
13 | 2 | class PhpExtension extends AbstractChecker |
|
14 | { |
||
15 | 2 | ||
16 | 1 | /** |
|
17 | * @var string |
||
18 | */ |
||
19 | 1 | protected $target = 'extension'; |
|
20 | |||
21 | 1 | /** |
|
22 | * @param string $name |
||
23 | * @param boolean $expectExists |
||
24 | * @param array $task |
||
25 | * |
||
26 | * @throws FailException |
||
27 | * @throws SuccessException |
||
28 | */ |
||
29 | protected function testExists($name, $expectExists, array $task) |
||
39 | } |
||
40 |