You are here

public function StateToAbbrevTest::testStateNotFound in Tamper 8

Test State Not Found.

File

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

Class

StateToAbbrevTest
Tests the state to abbreviation plugin.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testStateNotFound() {
  $this
    ->assertEquals('', $this->plugin
    ->tamper('xyz'));
}