aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Helper
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-223-585/+0
|
* Fix testsNicolas Lœuillet2016-04-151-3/+9
|
* Redirect to homepage if referer is nullNicolas Lœuillet2016-04-151-0/+49
| | | | Fix #1924
* Convert array + phpDocJeremy Benoist2016-04-122-28/+28
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-0/+85
|
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-4/+102
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-152-2/+2
| | | | 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-082-14/+12
|
* 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