mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Fixed test
This commit is contained in:
parent
ebb806496f
commit
c34fe9945a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class TagControllerTest extends WallabagCoreTestCase
|
||||||
$entry2 = new Entry($this->getLoggedInUser());
|
$entry2 = new Entry($this->getLoggedInUser());
|
||||||
$entry2->setUrl('http://0.0.0.0/bar');
|
$entry2->setUrl('http://0.0.0.0/bar');
|
||||||
$entry2->addTag($tag);
|
$entry2->addTag($tag);
|
||||||
$this->getEntityManager()->persist($entry);
|
$this->getEntityManager()->persist($entry2);
|
||||||
|
|
||||||
$this->getEntityManager()->flush();
|
$this->getEntityManager()->flush();
|
||||||
$this->getEntityManager()->clear();
|
$this->getEntityManager()->clear();
|
||||||
|
|
Loading…
Reference in a new issue