mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix CS
This commit is contained in:
@@ -24,7 +24,7 @@ class ApiLogManipulatorTest extends \PhraseanetTestCase
|
||||
*/
|
||||
public function testsLogHydration($path, $expected)
|
||||
{
|
||||
$emMock = $this->getMock('\Doctrine\ORM\EntityManager', array('persist', 'flush'), array(), '', false);
|
||||
$emMock = $this->getMock('\Doctrine\ORM\EntityManager', ['persist', 'flush'], [], '', false);
|
||||
$account = $this->getMock('\Alchemy\Phrasea\Model\Entities\ApiAccount');
|
||||
$manipulator = new ApiLogManipulator($emMock, self::$DI['app']['repo.api-logs']);
|
||||
$log = $manipulator->create($account, Request::create($path, 'POST'), new Response());
|
||||
|
Reference in New Issue
Block a user