1 | <?php |
||
11 | class PhpSyntaxCheckReviewTest extends ReviewTestCase { |
||
12 | |||
13 | /** |
||
14 | * @return array |
||
15 | */ |
||
16 | public function getPhpFileSyntaxDataProvider() { |
||
33 | |||
34 | |||
35 | /** |
||
36 | * @dataProvider getPhpFileSyntaxDataProvider |
||
37 | * @param string $input |
||
38 | * @param array $expectErrorLines |
||
39 | */ |
||
40 | public function testPhpFileSyntax($input, array $expectErrorLines) { |
||
44 | |||
45 | } |
||
46 |