Jyxo\HtmlTest::testRemoveDangerous PHP 메소드

testRemoveDangerous() 공개 메소드

Tests the removeDangerous() method.
또한 보기: Jyxo\Html::removeDangerous()
public testRemoveDangerous ( )
    public function testRemoveDangerous()
    {
        $this->assertStringEqualsFile($this->filePath . '/removedangerous-expected.html', Html::removeDangerous(file_get_contents($this->filePath . '/removedangerous.html')));
    }