]> git.immae.eu Git - github/wallabag/wallabag.git/commit
TagRestController: fix test for tag without entries 3823/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 29 Dec 2018 19:43:34 +0000 (20:43 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 30 Dec 2018 00:34:49 +0000 (01:34 +0100)
commit6c40d7fc85b98e335adf765d1c6b4465647da62c
treecd039dc92f7a7a0dde5c6ca7484b8a9eefc359ca
parent2a0e0a47d853937702d235bdb91df0ca0e3116b6
TagRestController: fix test for tag without entries

As the deletion now requires that at least one entry for the user must
be linked to the given tag, we fix the test testDeleteUserTag by linking
it to an entry.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
tests/Wallabag/ApiBundle/Controller/TagRestControllerTest.php