You are here

public function FeedsTamperHTMLEntityEncodeTestCase::test in Feeds Tamper 7

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

File

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

Class

FeedsTamperHTMLEntityEncodeTestCase
Tests for html_entity_encode.inc

Code

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