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