Ejemplo n.º 1
0
Archivo: test.php Proyecto: atoum/atoum
 public function testSetLocale()
 {
     $this->if($test = new emptyTest())->then->object($test->setLocale($locale = new atoum\locale()))->isIdenticalTo($test)->object($test->getLocale())->isIdenticalTo($locale);
 }