Files
Open-RSC-Docker-Home/web/app/test/bootstrap.php
Vincent Letourneau 0c081d7fc9 Add Unit Test example
2017-01-23 11:04:43 +01:00

9 lines
117 B
PHP

<?php
error_reporting(E_ALL | E_STRICT);
/**
* Setup autoloading
*/
require __DIR__ . '/../vendor/autoload.php';