Functional Tests when using the User Engine

Hi all,

I’m trying to write a functional test for a controller. In my app I’m
using
the users engine, so of course the test needs to login. However, I can’t
use
follow_redirect since that gives an error. What is the proper way to do
the
login in the test?

Thanks in advance,

Nick