Ejemplo n.º 1
0
Archivo: test.php Proyecto: atoum/atoum
 public function testGetCoverage()
 {
     $this->if($test = new emptyTest())->then->object($test->getCoverage())->isIdenticalTo($test->getScore()->getCoverage());
 }