Esempio n. 1
0
 public function testSetLocale()
 {
     $this->if($field = new test\duration\cli())->then->object($field->setLocale($locale = new atoum\locale()))->isIdenticalTo($field)->object($field->getLocale())->isIdenticalTo($locale)->object($field->setLocale())->isIdenticalTo($field)->object($field->getLocale())->isNotIdenticalTo($locale)->isEqualTo(new atoum\locale());
 }