public function StateToAbbrevTest::testUpperCaseHawaii in Tamper 8
Test upper case Hawaii.
File
- tests/
src/ Unit/ Plugin/ Tamper/ StateToAbbrevTest.php, line 39
Class
- StateToAbbrevTest
- Tests the state to abbreviation plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
public function testUpperCaseHawaii() {
$this
->assertEquals('HI', $this->plugin
->tamper('HAWAII'));
}