mageekguy\atoum\tests\units\test::testSetLocale PHP Метод

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

public testSetLocale ( )
    public function testSetLocale()
    {
        $this->if($test = new emptyTest())->then->object($test->setLocale($locale = new atoum\locale()))->isIdenticalTo($test)->object($test->getLocale())->isIdenticalTo($locale);
    }