You are here

public function CountryToCodeTest::testCountryCodeTitleCaseCountry in Tamper 8

Test with country received in title case.

File

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

Class

CountryToCodeTest
Tests the country to code plugin.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testCountryCodeTitleCaseCountry() {
  $this
    ->assertEquals('CA', $this->plugin
    ->tamper('Canada'));
}