aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/GenerateUrlHashesCommandTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Keep url in exists endpointJeremy Benoist2019-04-011-4/+4
| | | | | | - Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests
* Hash the urls to check if they existThomas Citharel2019-04-011-0/+101
Signed-off-by: Thomas Citharel <tcit@tcit.fr>