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\TamperCode
public function testStateNotFound() {
$this
->assertEquals('', $this->plugin
->tamper('xyz'));
}