I use the FacebookBundle
to authenticate users in my Symfony2 application. However, I would like to create functional tests with phpunit which uses an authenticated user.
Moreover, I don't want to use a facebook user for this, but harcoded one.
Does anybody know how to implement this?