| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function testClearHtml() |
||
| 15 | { |
||
| 16 | $i = 0; |
||
| 17 | while (++$i < 3) |
||
| 18 | { |
||
| 19 | $this->assertEquals(file_get_contents(TEST_DATA_FOLDER."/html/{$i}-ok.html"), |
||
| 20 | \MailSo\Base\HtmlUtils::ClearHtmlSimple(file_get_contents(TEST_DATA_FOLDER."/html/{$i}.html"), false, false, false)); |
||
| 21 | } |
||
| 22 | } |
||
| 23 | } |
||
| 24 |