mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix CS
This commit is contained in:
@@ -115,6 +115,7 @@ class PhraseanetPHPUnitListener implements PHPUnit_Framework_TestListener
|
||||
private static function generateName(PHPUnit_Framework_Test $test)
|
||||
{
|
||||
$reflect = new \ReflectionClass($test);
|
||||
|
||||
return $reflect->getShortName() . '::' . $test->getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user