1 | <?php |
||
12 | class LineEndingReviewTest extends ReviewTestCase { |
||
13 | |||
14 | /** |
||
15 | * @return FileTool |
||
16 | */ |
||
17 | public function getTool() { |
||
20 | |||
21 | |||
22 | /** |
||
23 | * @return array |
||
24 | */ |
||
25 | public function getReplaceSpacesDataProvider() { |
||
51 | |||
52 | |||
53 | /** |
||
54 | * @dataProvider getReplaceSpacesDataProvider |
||
55 | * @param string $input |
||
56 | * @param array $expectErrorLines |
||
57 | */ |
||
58 | public function testReviewInvalidLines($input, array $expectErrorLines) { |
||
75 | |||
76 | } |
||
77 |