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