aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle
diff options
context:
space:
mode:
authoradev <adev2000@gmail.com>2017-11-11 23:20:46 +0100
committeradev <adev2000@gmail.com>2017-11-11 23:37:57 +0100
commitd81bf605af9d8b9de12d40b25298d238cb08b630 (patch)
treef4a687baed19ca9a6e071cda8f029fcdf109c780 /tests/Wallabag/ImportBundle
parentf39cfa469094fb9efd5e8007b44c2d62b617f358 (diff)
downloadwallabag-d81bf605af9d8b9de12d40b25298d238cb08b630.tar.gz
wallabag-d81bf605af9d8b9de12d40b25298d238cb08b630.tar.zst
wallabag-d81bf605af9d8b9de12d40b25298d238cb08b630.zip
Fix tests
Diffstat (limited to 'tests/Wallabag/ImportBundle')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php
index 933fffa2..dc9d9a8f 100644
--- a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php
@@ -114,7 +114,7 @@ class FirefoxControllerTest extends WallabagCoreTestCase
114 ->get('doctrine.orm.entity_manager') 114 ->get('doctrine.orm.entity_manager')
115 ->getRepository('WallabagCoreBundle:Entry') 115 ->getRepository('WallabagCoreBundle:Entry')
116 ->findByUrlAndUserId( 116 ->findByUrlAndUserId(
117 'http://lexpansion.lexpress.fr/high-tech/orange-offre-un-meilleur-reseau-mobile-que-bouygues-et-sfr-free-derriere_1811554.html', 117 'https://lexpansion.lexpress.fr/high-tech/orange-offre-un-meilleur-reseau-mobile-que-bouygues-et-sfr-free-derriere_1811554.html',
118 $this->getLoggedInUserId() 118 $this->getLoggedInUserId()
119 ); 119 );
120 120