mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Multiple ORMs for all database
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
class ValidationParticipantRepositoryTest extends \PhraseanetAuthenticatedTestCase
|
||||
class ValidationParticipantRepositoryTest extends \PhraseanetTestCase
|
||||
{
|
||||
|
||||
public function testFindNotConfirmedAndNotRemindedParticipants()
|
||||
{
|
||||
$em = self::$DI['app']['EM'];
|
||||
$em = self::$DI['app']['orm.em'];
|
||||
$repo = $em->getRepository('Phraseanet:ValidationParticipant');
|
||||
/* @var $repo Alchemy\Phrasea\Model\Repositories\ValidationParticipantRepository */
|
||||
$expireDate = new \DateTime('+8 days');
|
||||
|
Reference in New Issue
Block a user