mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Remove debug
This commit is contained in:
@@ -22,7 +22,6 @@ class PhraseanetPHPUnitListener implements PHPUnit_Framework_TestListener
|
||||
|
||||
public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
|
||||
{
|
||||
echo "feed... ++ " . count(static::$skipped) . "\n";
|
||||
static::$skipped[] = get_class($test) . ':' . $test->getName() . ' - ' . $e->getMessage();
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user