wallabag/tests/Wallabag/CoreBundle
Jeremy Benoist ee32248f43
Ensure access_token are removed
When we remove the client, we should ensure that access_token are also removed.

To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error.

Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
2016-10-08 00:05:41 +02:00
..
Command Merge remote-tracking branch 'origin/master' into 2.1 2016-09-19 11:23:07 +02:00
Controller Ensure access_token are removed 2016-10-08 00:05:41 +02:00
EventListener Create user config in one place 2016-09-30 21:01:36 +02:00
Form/DataTransformer Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
Helper Use scheduled entity insertions to avoid tag duplicate 2016-09-25 12:03:49 +02:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter Customize errors templates 2016-10-01 14:58:48 +02:00
Subscriber Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
Twig Add simple stats in footer 2016-10-01 16:03:50 +02:00
WallabagCoreTestCase.php Some fixes about upgrade from 2.0.x -> 2.1.0 2016-09-28 10:04:36 +02:00