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:
parent
46bbd8d321
commit
a36737f485
3 changed files with 69 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue