mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix latest rebase
This commit is contained in:
@@ -219,7 +219,7 @@ class AuthenticatorTest extends \PhraseanetTestCase
|
||||
$app['EM'] = $em = $this->getEntityManagerMock();
|
||||
|
||||
$app['EM']->expects($this->any())->method('find')->with(
|
||||
$this->equalTo('Alchemy\Phrasea\Model\Entities\Session'),
|
||||
$this->equalTo('Phraseanet:Session'),
|
||||
$this->equalTo(1)
|
||||
)->will($this->returnValue($sessionEntity));
|
||||
|
||||
|
Reference in New Issue
Block a user