Test application and integration tests for scheb/2fa.
To setup the test application, run composer install
in this directory (the app
directory!).
Start the application via Symfony CLI by running symfony serve
in this directory.
There's a pre-configured user in the SQLite database that you can use to login and test 2fa:
- Username:
user1
- Password:
test
- Backup codes for 2fa:
111
and222
To execute the integration tests, run vendor/bin/phpunit
in this directory.