Esempio n. 1
0
File: test.php Progetto: atoum/atoum
 public function testGetPath()
 {
     $this->if($test = new emptyTest())->then->string($test->getPath())->isEqualTo(__FILE__);
 }