Fix tests

This commit is contained in:
Nicolas Le Goff
2014-05-13 20:27:51 +02:00
parent c0d25176a7
commit 83e63e731a
19 changed files with 312 additions and 367 deletions

View File

@@ -40,6 +40,7 @@ class PhraseanetPHPUnitListener implements PHPUnit_Framework_TestListener
public function startTest(PHPUnit_Framework_Test $test)
{
echo $test->getName() . "\n";
return;
}