diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-18 14:09:56 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-25 10:51:25 +0100 |
commit | 8137515171a9b3c8e7c3720958acfdccb96803f7 (patch) | |
tree | 1372f72cec1cd20fef3f8b625656896bbbf79726 /tests/Wallabag | |
parent | af131cb513584a2bbc992dfcaa756a5b425dbe50 (diff) | |
download | wallabag-8137515171a9b3c8e7c3720958acfdccb96803f7.tar.gz wallabag-8137515171a9b3c8e7c3720958acfdccb96803f7.tar.zst wallabag-8137515171a9b3c8e7c3720958acfdccb96803f7.zip |
Fixed index on entry.uuid and changed uuid field type
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index c347cca5..10cda475 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -816,6 +816,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
816 | 816 | ||
817 | // generating the uuid | 817 | // generating the uuid |
818 | $client->request('GET', '/share/'.$content->getId()); | 818 | $client->request('GET', '/share/'.$content->getId()); |
819 | var_dump($client->getResponse()->getContent()); | ||
819 | $this->assertEquals(302, $client->getResponse()->getStatusCode()); | 820 | $this->assertEquals(302, $client->getResponse()->getStatusCode()); |
820 | 821 | ||
821 | // follow link with uuid | 822 | // follow link with uuid |