public function CountryToCodeTest::testCountryCodeUpperCaseCountry in Tamper 8
Test with country received in upper case.
File
- tests/
src/ Unit/ Plugin/ Tamper/ CountryToCodeTest.php, line 59
Class
- CountryToCodeTest
- Tests the country to code plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
public function testCountryCodeUpperCaseCountry() {
$this
->assertEquals('US', $this->plugin
->tamper('UNITED STATES OF AMERICA'));
}