mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Update composer.json
Remove unstable dependencies as possible Bump to doctrine 2.3
This commit is contained in:
@@ -500,15 +500,6 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
$loader->addFixture($validationSession);
|
||||
|
||||
$this->insertFixtureInDatabase($loader);
|
||||
|
||||
//add current user as participant
|
||||
$validationParticipant = new PhraseaFixture\ValidationParticipant\LoadParticipantWithSession();
|
||||
$validationParticipant->setSession($validationSession->validationSession);
|
||||
$validationParticipant->setUser($currentUser);
|
||||
|
||||
$loader = new Loader();
|
||||
$loader->addFixture($validationParticipant);
|
||||
$this->insertFixtureInDatabase($loader);
|
||||
} catch (\Exception $e) {
|
||||
$this->fail('Fail load one WorkingZone : ' . $e->getMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user