aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/RuleBasedIgnoreOriginProcessorTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-251-0/+212
This commits adds a new helper like RuleBasedTagger for processing ignore origin rules. It also adds a new custom RulerZ operator for the '~' pattern matching rule. Renames 'pattern' with '_all' in IgnoreOriginRule entity. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>