예제 #1
0
파일: test.php 프로젝트: atoum/atoum
 public function testGetPath()
 {
     $this->if($test = new emptyTest())->then->string($test->getPath())->isEqualTo(__FILE__);
 }