add test for complete activity crud (without errors)

+ fix some errors in controller (discovered with tests)
This commit is contained in:
2015-10-08 18:24:25 +02:00
parent fa5da95bf1
commit e79ca23f2c
3 changed files with 92 additions and 27 deletions

View File

@@ -67,6 +67,7 @@ security:
intention: authenticate
csrf_provider: form.csrf_provider
logout: ~
http_basic:
access_control:
#disable authentication for tests
#- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY }