General example of how to use the Sandbox in your tests.
ProfileTest demonstrates how to create a token and retrieve a user profile.
Copy the .env.example file and rename it to be .env
, then
modify the YOTI_SANDBOX_CLIENT_SDK_ID
and YOTI_KEY_FILE_PATH
environment variables.
docker-compose up composer
docker-compose up test
docker-compose down