aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Add testsJeremy Benoist2016-02-221-0/+30
|
* Merge pull request #1699 from wallabag/v2-assign-tagNicolas Lœuillet2016-02-191-4/+102
|\ | | | | Move assignTagsToEntry in ContentProxy helper
| * Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-4/+102
| |
* | Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-191-0/+11
|/
* Merge pull request #1656 from wallabag/v2-fix-new-user-password-promptsJeremy Benoist2016-02-111-1/+1
|\ | | | | fix labels on new user prompt
| * fix labels on new user promptThomas Citharel2016-02-111-1/+1
| | | | | | | | | | | | | | | | fix tests nl add translation validation length
* | improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+3
| | | | | | | | each tag
* | remove tag from entry #1377Thomas Citharel2016-02-101-1/+27
|/
* fix testsThomas Citharel2016-02-041-2/+19
|
* Fix #1643: fix the way to load the HTML template in 2factor authNicolas Lœuillet2016-02-041-1/+1
|
* Fix permission to settings pageJeremy Benoist2016-01-311-0/+32
|
* Fix testsJeremy Benoist2016-01-311-0/+1
|
* Add for deleting rule from an other userJeremy Benoist2016-01-221-6/+49
|
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-211-3/+28
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Add tests on TagAllCommandJeremy Benoist2016-01-211-0/+60
| | | | Some simple tests
* Merge pull request #1583 from wallabag/v2-fix-deleteNicolas Lœuillet2016-01-152-10/+27
|\ | | | | Fix `findOneByUrl` side effect in tests
| * Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-152-10/+27
| | | | | | | | Fix #1566
* | Merge pull request #1524 from wallabag/sf2.8Nicolas Lœuillet2016-01-158-20/+20
|\ \ | |/ |/| Upgrade to Symfony 3.0
| * Symfony Upgrade Fixer FTWJeremy Benoist2016-01-158-20/+20
| | | | | | | | symfony-upgrade-fixer fix src/Wallabag/
* | Quickstart for beginnersNicolas Lœuillet2016-01-151-4/+34
|/
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-021-5/+4
|\ | | | | v2 – Remove user reference in tag
| * 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-292-8/+8
| | | | | | | | Fix #1543
* | Ability to reload an entryJeremy Benoist2015-12-301-0/+32
| | | | | | | | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* | Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
|/ | | | Related #1490
* Don't redirect to the content page after deletionJeremy Benoist2015-12-281-0/+46
| | | | | | Fix #1512 We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
* 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-084-25/+23
|
* Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
|
* Add a quick testKévin Gomez2015-11-132-1/+36
|
* Use Psr\Log\NullLogger instead of creating a mockKévin Gomez2015-11-111-5/+8
|
* Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
|
* 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
|
* Add tests for the StringToListTransformer classKévin Gomez2015-11-111-0/+50
|
* Fix ContentProxyTestKévin Gomez2015-11-111-3/+23
|
* Fix testsJeremy Benoist2015-11-091-1/+0
|
* Fix route parametersJeremy Benoist2015-11-091-4/+89
| | | | | Improve export tests Improve CSV export
* add json & xmlThomas Citharel2015-11-091-0/+34
|
* Fix tests on pgsqlJeremy Benoist2015-11-091-1/+1
|
* Rework on exportJeremy Benoist2015-11-091-0/+116
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Remove duplicate commentsJeremy Benoist2015-11-071-7/+1
|
* CSJeremy Benoist2015-11-072-5/+5
|
* Skipping PostgreSQL test that drop databaseJeremy Benoist2015-11-072-29/+42
| | | | | | For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849). So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..)
* Re-enable test on doctrine commandJeremy Benoist2015-11-077-12/+12
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* Add tests on TablePrefixSubscriberJeremy Benoist2015-11-071-0/+115
|
* Fix deprecated helper in commandJeremy Benoist2015-11-061-42/+30
|
* Add tests on listenersJeremy Benoist2015-10-162-0/+142
|