You are here

public function FeedsTamperHTMLEntityDecodeTestCase::test in Feeds Tamper 7

Same name and namespace in other branches
  1. 6 tests/feeds_tamper_plugins.test \FeedsTamperHTMLEntityDecodeTestCase::test()

File

tests/feeds_tamper_plugins.test, line 519
Unit tests for feeds tamper plugins.

Class

FeedsTamperHTMLEntityDecodeTestCase
Tests for html_entity_decode.inc

Code

public function test() {
  $this
    ->execute('&lt;html&gt;asdfsadfasf&lt;b&gt;asfasf&lt;/b&gt;&lt;/html&gt;', '<html>asdfsadfasf<b>asfasf</b></html>');
}