public function FeedsTamperHTMLEntityDecodeTestCase::test in Feeds Tamper 6
Same name and namespace in other branches
- 7 tests/feeds_tamper_plugins.test \FeedsTamperHTMLEntityDecodeTestCase::test()
File
- tests/
feeds_tamper_plugins.test, line 470 - Unit tests for feeds tamper plugins.
Class
Code
public function test() {
$this
->execute('<html>asdfsadfasf<b>asfasf</b></html>', '<html>asdfsadfasf<b>asfasf</b></html>');
}