aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-152-10/+27
| | | | Fix #1566
* 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
|
* 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.