You are here

public function CountryToCodeTest::testCountryCodeLowerCaseCountry in Tamper 8

Test with country received in lower case.

File

tests/src/Unit/Plugin/Tamper/CountryToCodeTest.php, line 66

Class

CountryToCodeTest
Tests the country to code plugin.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testCountryCodeLowerCaseCountry() {
  $this
    ->assertEquals('AG', $this->plugin
    ->tamper('antigua and barbuda'));
}