You are here

public function StateToAbbrevTest::testNorthernMarianaIslands in Tamper 8

Test Northern Mariana Islands.

File

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

Class

StateToAbbrevTest
Tests the state to abbreviation plugin.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testNorthernMarianaIslands() {
  $this
    ->assertEquals('MP', $this->plugin
    ->tamper('Northern Mariana Islands'));
}