Skip to content
Advertisement

Tag: functional-testing

Symfony 3.4 Functional tests

I have been stuck for some time on an error to do my functional tests with symfony 3.4. My app run a custom GuardAuthenticator for authenticate my users within CAS authentication. This is just for explain the context. In my tests, I don’t want to use it, I want to use a specific authentication system. I wrote functional tests. I

Advertisement