forked from wallabag/wallabag
Fixed index on entry.uuid and changed uuid field type
This commit is contained in:
@ -816,6 +816,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||
|
||||
// generating the uuid
|
||||
$client->request('GET', '/share/'.$content->getId());
|
||||
var_dump($client->getResponse()->getContent());
|
||||
$this->assertEquals(302, $client->getResponse()->getStatusCode());
|
||||
|
||||
// follow link with uuid
|
||||
|
||||
Reference in New Issue
Block a user