]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Fixed tests again
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Controller / EntryControllerTest.php
index 765c108e9ad4512d61168d86027c796734a1609f..502ab5f91d2d55e2f78d41d96711215018e51667 100644 (file)
@@ -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);