CommerceGuys\Intl\Tests\LocaleResolverTest::testDefaultLocale PHP Метод

testDefaultLocale() публичный Метод

public testDefaultLocale ( )
    public function testDefaultLocale()
    {
        $this->assertEquals('en', $this->repository->getDefaultLocale());
        $this->repository->setDefaultLocale('fr');
        $this->assertEquals('fr', $this->repository->getDefaultLocale());
    }