You are here

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\Tamper

Code

public function testCountryCodeUpperCaseCountry() {
  $this
    ->assertEquals('US', $this->plugin
    ->tamper('UNITED STATES OF AMERICA'));
}