You are here

public function MessageCatalogueTest::testGetLocale in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Tests/MessageCatalogueTest.php \Symfony\Component\Translation\Tests\MessageCatalogueTest::testGetLocale()

File

vendor/symfony/translation/Tests/MessageCatalogueTest.php, line 18

Class

MessageCatalogueTest

Namespace

Symfony\Component\Translation\Tests

Code

public function testGetLocale() {
  $catalogue = new MessageCatalogue('en');
  $this
    ->assertEquals('en', $catalogue
    ->getLocale());
}