aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Helper/RuleBasedTaggerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-212/+0
|
* Convert array + phpDocJeremy Benoist2016-04-121-9/+9
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Cleanup testsJeremy Benoist2015-12-291-2/+1
| | | | | - WallabagRestController: remove the tag deletion from the API since we can't remove a tag now, we only remove reference to entries - RuleBasedTaggerTest: remove workaround for asserting tag are equal since problem was related to mock expects (_call instead of findOneByLabel which was removed from the tag repository)
* Remove user reference in tagJeremy Benoist2015-12-291-6/+6
| | | | Fix #1543
* Add test on tagAllForUserJeremy Benoist2015-12-281-0/+26
| | | | And fix multiplication of entries returned by `tagAllForUser`.
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+20
| | | | | | | When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528
* php csNicolas Lœuillet2015-12-081-12/+12
|
* Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-5/+14
|
* Add tests for the RuleBasedTagger classKévin Gomez2015-11-111-0/+158