Add Unit Test example
This commit is contained in:
8
web/app/test/bootstrap.php
Normal file
8
web/app/test/bootstrap.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
||||
/**
|
||||
* Setup autoloading
|
||||
*/
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
Reference in New Issue
Block a user