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