1 | <?php |
||
12 | class CliCommandPathValidatorTest extends AbstractConstraintValidatorTest |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | protected function createValidator() |
||
21 | |||
22 | public function testValidCommand() |
||
28 | |||
29 | /** |
||
30 | * @return array |
||
31 | */ |
||
32 | public function getInvalidValues() |
||
42 | |||
43 | /** |
||
44 | * @dataProvider getInvalidValues |
||
45 | * |
||
46 | * @param string $value |
||
47 | */ |
||
48 | public function testInvalidValues($value) |
||
58 | } |
||
59 |