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