예제 #1
0
파일: test.php 프로젝트: atoum/atoum
 public function testSetBootstrapFile()
 {
     $this->if($test = new emptyTest())->then->object($test->setBootstrapFile($path = uniqid()))->isIdenticalTo($test)->string($test->getBootstrapFile())->isEqualTo($path);
 }