aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Language selection on config screenNicolas Lœuillet2015-10-151-7/+2
|
* move 2factor activation in parametersNicolas Lœuillet2015-10-151-28/+34
|
* add tests for 2factor authenticationNicolas Lœuillet2015-10-141-0/+58
|
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+25
|
* fix bug on detect active themeNicolas Lœuillet2015-10-061-3/+3
|
* Merge pull request #1436 from wallabag/v2-registerJeremy Benoist2015-10-066-225/+130
|\ | | | | Public registration & oAuth2 \o/
| * move some files to UserBundleNicolas Lœuillet2015-10-032-2/+2
| |
| * remove old implementation for login/register/recoverNicolas Lœuillet2015-10-036-339/+20
| |
| * Add test on RegistrationConfirmedListenerJeremy Benoist2015-10-031-0/+92
| | | | | | | | And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.
| * add test for confirmed registrationNicolas Lœuillet2015-10-031-1/+26
| |
| * * rename AuthenticationListenerNicolas Lœuillet2015-10-031-0/+93
| | | | | | | | * add tests
| * * public registrationNicolas Lœuillet2015-10-031-5/+19
| | | | | | | | | | * remove WSSE implementation * add oAuth2 implementation
* | add test for removeWww Twig ExtensionNicolas Lœuillet2015-10-061-0/+17
|/
* french translationNicolas Lœuillet2015-10-011-1/+0
|
* Merge pull request #1434 from wallabag/travis-dbNicolas Lœuillet2015-09-283-30/+32
|\ | | | | Add multiple database tests on Travis
| * Fix tests for allJeremy Benoist2015-09-281-11/+13
| |
| * Fix Postgres testsJeremy Benoist2015-09-282-22/+16
| |
| * Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-4/+10
| | | | | | | | So, everything is centralized in one place when we save a new entry.
* | Enabled created user from ConfigJeremy Benoist2015-09-261-0/+8
|/ | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423
* Entries filter on languageJeremy Benoist2015-09-231-0/+23
| | | | + updated deps
* Handle entry in languageJeremy Benoist2015-09-221-2/+22
| | | | Fix #1333
* Merge pull request #1418 from wallabag/v2-previewpicture-filterJeremy Benoist2015-09-131-0/+13
|\ | | | | filter for entries with previewPicture
| * add test for previewPicture filterNicolas Lœuillet2015-09-131-0/+13
| |
* | Fix testsJeremy Benoist2015-09-123-8/+8
| | | | | | | | | | | | | | Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml)
* | fix tests for FosUserNicolas Lœuillet2015-09-111-15/+7
| |
* | implement FosUserNicolas Lœuillet2015-09-112-3/+3
|/
* CSJeremy Benoist2015-09-101-2/+2
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+84
|
* Add test for same day filterJeremy Benoist2015-08-231-0/+9
|
* Merge pull request #1372 from wallabag/v2-assign-tagsJeremy Benoist2015-08-221-0/+50
|\ | | | | assign tags to an entry
| * assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
| |
* | filters: add test for status filter and adapt other tests resultsNicolas Lœuillet2015-08-211-1/+30
|/
* CSJeremy Benoist2015-08-202-7/+5
| | | | We shouldn't forget to run `php-cs-fixer` time to time