aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Helper
Commit message (Collapse)AuthorAgeFilesLines
* Use Psr\Log\NullLogger instead of creating a mockKévin Gomez2015-11-111-5/+8
|
* 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
|
* Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-111-3/+8
|
* Fix ContentProxyTestKévin Gomez2015-11-111-3/+23
|
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-2/+1
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-4/+10
| | | | So, everything is centralized in one place when we save a new entry.
* Handle entry in languageJeremy Benoist2015-09-221-2/+22
| | | | Fix #1333
* CSJeremy Benoist2015-09-101-2/+2
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+84