aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/EventListener/RegistrationConfirmedListenerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-91/+0
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* 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.
* move some files to UserBundleNicolas LÅ“uillet2015-10-031-1/+1
|
* Add test on RegistrationConfirmedListenerJeremy Benoist2015-10-031-0/+92
And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.