tamper-8.x-1.x-dev/tests/src/Functional/Plugin/Tamper/HtmlEntityEncodeTest.php
tests/src/Functional/Plugin/Tamper/HtmlEntityEncodeTest.php
<?php
namespace Drupal\Tests\tamper\Functional\Plugin\Tamper;
/**
* Tests the html entity encode plugin.
*
* @coversDefaultClass \Drupal\tamper\Plugin\Tamper\HtmlEntityEncode
* @group tamper
*/
class HtmlEntityEncodeTest extends TamperPluginTestBase {
/**
* The ID of the plugin to test.
*
* @var string
*/
protected static $pluginId = 'html_entity_encode';
}
