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