Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function testClearComments() |
||
11 | { |
||
12 | $zone = file_get_contents(__DIR__.'/Resources/testClearComments_sample.txt'); |
||
13 | $expectation = str_replace("\r\n", "\n", file_get_contents(__DIR__.'/Resources/testClearComments_expectation.txt')); |
||
14 | $this->assertEquals($expectation, Normaliser::normalise($zone)); |
||
15 | } |
||
24 |