Update SQLite database reference

This commit is contained in:
Nicolas Le Goff
2013-08-27 00:21:58 +02:00
parent 6969fb6a7c
commit 33b0648ce5
4 changed files with 50 additions and 2 deletions

View File

@@ -101,4 +101,4 @@ class UserRepositoryTest extends \PhraseanetPHPUnitAbstract
$userFound = self::$DI['app']['EM']->getRepository('Entities\User')->findByEmail(null);
$this->assertNull($userFound);
}
}
}