aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-11-19 13:28:32 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-11-19 13:28:32 +0100
commitbff82c32020bff5a45b68d48ab68a6b73215a7e6 (patch)
tree61cd2e49530ef7c8293195e89df0a75c2959e607 /tests
parent93a4cefdbcbe8221d57975ea6e69ce275a8c94d2 (diff)
downloadwallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.tar.gz
wallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.tar.zst
wallabag-bff82c32020bff5a45b68d48ab68a6b73215a7e6.zip
Fix tests (again..)
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php2
-rw-r--r--tests/Wallabag/ImportBundle/fixtures/elcurator.json2
2 files changed, 2 insertions, 2 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
diff --git a/tests/Wallabag/ImportBundle/fixtures/elcurator.json b/tests/Wallabag/ImportBundle/fixtures/elcurator.json
index 58972d93..f6fb2dfb 100644
--- a/tests/Wallabag/ImportBundle/fixtures/elcurator.json
+++ b/tests/Wallabag/ImportBundle/fixtures/elcurator.json
@@ -2,7 +2,7 @@
2 { 2 {
3 "created_at": "2015-09-09 11:10:32 UTC", 3 "created_at": "2015-09-09 11:10:32 UTC",
4 "title": "Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik", 4 "title": "Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik",
5 "url": "https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/", 5 "url": "https://devblog.lexik.fr/git/qualite-de-code-integration-de-php-git-hooks-dans-symfony2-2842",
6 "description": null, 6 "description": null,
7 "tags": [ 7 "tags": [
8 "tag1", 8 "tag1",