Update composer.json

Remove unstable dependencies as possible
Bump to doctrine 2.3
This commit is contained in:
Romain Neutron
2013-01-31 12:29:12 +01:00
parent 17a58030fb
commit 3553b1e071
7 changed files with 324 additions and 286 deletions

View File

@@ -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());
}