Jyxo\HtmlTest::testRemoveJavascriptEvents PHP Method

testRemoveJavascriptEvents() public method

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