# Testing Suite

## Prerequisites
* phpunit
* run composer install in the previous directory.
* Change the value of `API_KEY` in *credentials.php*

## Running the tests
```bash
phpunit --bootstrap ../vendor/autoload.php RequestTest.php
```




