Beispiel #1
0
 public function testSetLocale()
 {
     $this->if($report = new testedClass())->then->object($report->setLocale($locale = new atoum\locale()))->isIdenticalTo($report)->object($report->getLocale())->isIdenticalTo($locale)->object($report->setLocale())->isIdenticalTo($report)->object($report->getLocale())->isNotIdenticalTo($locale)->isEqualTo(new atoum\locale());
 }