1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

Fix tests

This commit is contained in:
Jeremy Benoist 2017-08-03 16:20:49 +02:00
parent 7c04b7396a
commit 33264c2d02
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 3 additions and 2 deletions

View file

@ -156,7 +156,7 @@ class EntryRepository extends EntityRepository
$entryAlias = 'e' . $i;
$tagAlias = 't' . $i;
// Complexe queries to ensure multiple tags is associated to an entry
// Complexe queries to ensure multiple tags are associated to an entry
// https://stackoverflow.com/a/6638146/569101
$qb->andWhere($qb->expr()->in(
'e.id',