1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00

POST entries/tags with test

This commit is contained in:
Nicolas Lœuillet 2015-02-24 22:00:24 +01:00
parent 46bbd8d321
commit a36737f485
3 changed files with 69 additions and 1 deletions

View file

@ -119,6 +119,11 @@ class EntryRepository extends EntityRepository
->getResult();
}
/**
* Fetch an entry with a tag. Only used for tests.
*
* @return Entry
*/
public function findOneWithTags()
{
$qb = $this->createQueryBuilder('e')