You are here

public function StateToAbbrevTest::testExistingStateCode in Tamper 8

Test existing state code.

File

tests/src/Unit/Plugin/Tamper/StateToAbbrevTest.php, line 32

Class

StateToAbbrevTest
Tests the state to abbreviation plugin.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testExistingStateCode() {
  $this
    ->assertEquals('MA', $this->plugin
    ->tamper('massachusetts'));
}