You are here

public function FeedsTamperHTMLEntityDecodeTestCase::test in Feeds Tamper 6

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

File

tests/feeds_tamper_plugins.test, line 470
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>');
}