wallabag/tests/Wallabag/CoreBundle
Jeremy Benoist 5c4993832e
Fix tagging rule match when user a custom reading speed
By default, we assume the reading speed is 200 word per minute (WPM) when we save an entry.
User can change that value in the config and the rendering is properly performed with the user reading speed.
BUT, when the matching rule is applied, it uses the default reading time defined in the entry without applying the custom reading speed of the user.
This should fix that bug.

Also update the `wallabag:tag:all` to fix the bug when tagging all entries.
2022-03-02 19:12:33 +01:00
..
Command Fix CS issues 2020-12-08 09:17:10 +01:00
Controller Fix tagging rule match when user a custom reading speed 2022-03-02 19:12:33 +01:00
Entity Use lang attribute 2020-01-23 21:21:54 +01:00
Event Ensure language is valid 2018-10-13 09:39:00 +02:00
fixtures Rebuild assets and update webpack config 2022-01-05 16:09:43 +01:00
Form/DataTransformer Add missing TestCase namespace 2017-12-18 13:29:33 +01:00
GuzzleSiteAuthenticator CS 2019-05-15 14:58:40 +02:00
Helper Avoid overlapping images when downloading them 2022-02-07 15:19:49 +01:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter Fix deprecated method in tests 2020-06-15 14:21:35 +02:00
Tools Counting two characters together as a word in CJK 2019-01-06 01:21:13 +08:00
Twig Load custom.css only if exists 2020-02-07 13:21:48 +01:00
WallabagCoreTestCase.php Fix tests 2020-12-10 10:30:34 +01:00