diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-26 22:22:49 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:55 +0100 |
commit | 8f2038e5b15c2d7342ed18381531e5eb95e86d46 (patch) | |
tree | 8b1467a45acdb5b6ecc152edbacdd980ad6463e1 /tests/Wallabag/AnnotationBundle/Controller | |
parent | 1b6b77f02956a767fb3fa9825a7b97b4879f7d42 (diff) | |
download | wallabag-8f2038e5b15c2d7342ed18381531e5eb95e86d46.tar.gz wallabag-8f2038e5b15c2d7342ed18381531e5eb95e86d46.tar.zst wallabag-8f2038e5b15c2d7342ed18381531e5eb95e86d46.zip |
Fix tests
Diffstat (limited to 'tests/Wallabag/AnnotationBundle/Controller')
-rw-r--r-- | tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php index 96474468..537283f2 100644 --- a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php +++ b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | |||
@@ -100,8 +100,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase | |||
100 | $this->assertSame('my quote', $content['quote']); | 100 | $this->assertSame('my quote', $content['quote']); |
101 | 101 | ||
102 | /** @var Annotation $annotation */ | 102 | /** @var Annotation $annotation */ |
103 | $annotation = $this->client->getContainer() | 103 | $annotation = $em |
104 | ->get('doctrine.orm.entity_manager') | ||
105 | ->getRepository('WallabagAnnotationBundle:Annotation') | 104 | ->getRepository('WallabagAnnotationBundle:Annotation') |
106 | ->findLastAnnotationByPageId($entry->getId(), 1); | 105 | ->findLastAnnotationByPageId($entry->getId(), 1); |
107 | 106 | ||