diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-19 13:28:32 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-19 13:28:32 +0100 |
commit | bff82c32020bff5a45b68d48ab68a6b73215a7e6 (patch) | |
tree | 61cd2e49530ef7c8293195e89df0a75c2959e607 /tests/Wallabag/ImportBundle/Controller | |
parent | 93a4cefdbcbe8221d57975ea6e69ce275a8c94d2 (diff) | |
download | wallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.tar.gz wallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.tar.zst wallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.zip |
Fix tests (again..)
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php b/tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php index 18507054..b9919f8f 100644 --- a/tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php | |||
@@ -115,7 +115,7 @@ class ElcuratorControllerTest extends WallabagCoreTestCase | |||
115 | ->get('doctrine.orm.entity_manager') | 115 | ->get('doctrine.orm.entity_manager') |
116 | ->getRepository('WallabagCoreBundle:Entry') | 116 | ->getRepository('WallabagCoreBundle:Entry') |
117 | ->findByUrlAndUserId( | 117 | ->findByUrlAndUserId( |
118 | 'https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/', | 118 | 'https://devblog.lexik.fr/git/qualite-de-code-integration-de-php-git-hooks-dans-symfony2-2842', |
119 | $this->getLoggedInUserId() | 119 | $this->getLoggedInUserId() |
120 | ); | 120 | ); |
121 | 121 | ||