Fix unit tests

This commit is contained in:
Nicolas Le Goff
2013-12-24 15:25:00 +01:00
parent 1ac7a536f9
commit c10c78f740
56 changed files with 167 additions and 241 deletions

View File

@@ -69,6 +69,6 @@ class FtpExportRepository extends EntityRepository
*/
public function findByUser(User $user)
{
return $this->findBy(['user' => $user->getId()]);
return $this->findBy(['user' => $user]);
}
}