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