wallabag/tests/Wallabag/CoreBundle/Controller
Kevin Decherf 39133eb796 TagController: fix duplicated tags when renaming them
The fix relies on a workaround available on TagsAssigner, see the
AssignTagsToEntry() signature for detail.

I replaced the findOneByLabel in the corresponding test to assert that
there is no duplicate.

Fixes #4216

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-04-18 18:09:07 +02:00
..
ConfigControllerTest.php Added a button to disable 2FA when enabled 2020-04-13 17:00:53 +02:00
EntryControllerTest.php Fix tests 2020-03-31 15:56:48 +02:00
ExportControllerTest.php ExportController: fix entries export from search view 2020-02-23 00:43:21 +01:00
FeedControllerTest.php Handle redirection from previous feeds 2019-04-26 13:40:58 +02:00
SecurityControllerTest.php Fix tests 2019-07-26 13:37:44 +02:00
SettingsControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
SiteCredentialControllerTest.php Disable controller access if feature disabled 2017-11-22 10:00:45 +01:00
StaticControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
TagControllerTest.php TagController: fix duplicated tags when renaming them 2020-04-18 18:09:07 +02:00