mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Add AuthenticationServiceProvider
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminCollectionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
self::$DI['app']['phraseanet.user'] = self::$DI['user'];
|
||||
self::$DI['app']['authentication']->setUser(self::$DI['user']);
|
||||
foreach (self::$createdCollections as $collection) {
|
||||
try {
|
||||
$collection->unmount_collection(self::$DI['app']);
|
||||
|
Reference in New Issue
Block a user