public function StateToAbbrevTest::testMixedCaseMassachusetts in Tamper 8
Test mixed case Massachusetts.
File
- tests/
src/ Unit/ Plugin/ Tamper/ StateToAbbrevTest.php, line 46
Class
- StateToAbbrevTest
- Tests the state to abbreviation plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
public function testMixedCaseMassachusetts() {
$this
->assertEquals('MA', $this->plugin
->tamper('MaSsAcHuSeTtS'));
}