コード例 #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);
 }