phpunit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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';