예제 #1
0
파일: test.php 프로젝트: 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);
 }