From 82cee42b602d66b788b4203b740ebad16d329e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 26 Apr 2020 11:24:40 +0200 Subject: Fixed tests again --- tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php') diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 765c108e..502ab5f9 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -1164,7 +1164,7 @@ class EntryControllerTest extends WallabagCoreTestCase $results = array_values(array_unique($matches[0])); - $ids = [5, 8, 7, 9]; + $ids = [8, 7, 9, 5]; foreach ($results as $key => $result) { $this->assertSame('test title entry' . $ids[$key], $result); @@ -1230,7 +1230,7 @@ class EntryControllerTest extends WallabagCoreTestCase $results = array_values(array_unique($matches[0])); - $ids = [6, 8, 7, 9]; + $ids = [8, 7, 9, 6]; foreach ($results as $key => $result) { $this->assertSame('test title entry' . $ids[$key], $result); -- cgit v1.2.3