Jyxo\HtmlTest::testRepair PHP Method

testRepair() public method

Tests the repair() method.
See also: Jyxo\Html::repair()
public testRepair ( )
    public function testRepair()
    {
        $this->assertStringEqualsFile($this->filePath . '/repair-expected.html', Html::repair(file_get_contents($this->filePath . '/repair.html')));
    }