wallabag/tests/Wallabag/CoreBundle/Controller
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
..
ConfigControllerTest.php Remove NewUser test from Config 2016-10-02 11:09:28 +02:00
EntryControllerTest.php Merge pull request #2328 from wallabag/avoid-duplicate-url 2016-10-02 13:14:16 +02:00
ExportControllerTest.php Export dates from entries 2016-09-08 16:49:21 +02:00
RssControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
SecurityControllerTest.php Add simple test 2016-08-24 10:28:43 +02:00
SettingsControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
StaticControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
TagControllerTest.php Some fixes about upgrade from 2.0.x -> 2.1.0 2016-09-28 10:04:36 +02:00