master
<?php /** * PHPUNIT BOOTSTRAP FILE USED TO LOAD THE COMPOSER AUTOLOADER SO WE CAN * UTILISE THE PACKAGE CLASSES IN THE TEST CLASSES. */ require __DIR__ . '/vendor/autoload.php';