Tests
Introduction
Hi developers!
Welcome to the bunq PHP SDK integration tests. Currently we are not targeting the 100% test coverage, but rather want to be certain that the most common scenarios can run without any errors.
Setup
First create a certificate and key using this command. Change "Your App Id" to a unique id.
Execution
You can run the tests via command line:
or via PhpStorm, but first you must configure PhpStorm by doing the following:
Got to preferences --> Language and Frameworks --> Php --> Test Frameworks and add
sdk_php/vendor/autoload.php
as path to script withuse composer autoloader
checked.
Afterwards you can right click on the tests folders and should be able to run the tests cases form the IDE.
Last updated
Was this helpful?