diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-23 09:49:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-25 10:51:25 +0100 |
commit | 89cd670abfc77ca268a538c9323a4026fec06fc7 (patch) | |
tree | b0b4d38a67cc86186da3dae413530e9faa693f7c /tests | |
parent | 8137515171a9b3c8e7c3720958acfdccb96803f7 (diff) | |
download | wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.gz wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.zst wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.zip |
Changed uuid type in database
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 10cda475..c347cca5 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -816,7 +816,6 @@ 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()); | ||
820 | $this->assertEquals(302, $client->getResponse()->getStatusCode()); | 819 | $this->assertEquals(302, $client->getResponse()->getStatusCode()); |
821 | 820 | ||
822 | // follow link with uuid | 821 | // follow link with uuid |