1 | <?php |
||
11 | class RedundantNullPropertyValueReviewTest extends \Tests\Funivan\Cs\ReviewTestCase { |
||
12 | |||
13 | /** |
||
14 | * @return array |
||
15 | */ |
||
16 | public function getCheckDataProvider() { |
||
46 | |||
47 | |||
48 | /** |
||
49 | * @dataProvider getCheckDataProvider |
||
50 | * @param string $input |
||
51 | * @param array $expectErrorLines |
||
52 | * @throws \Exception |
||
53 | */ |
||
54 | public function testCheck($input, array $expectErrorLines) { |
||
59 | |||
60 | } |
||
61 |