Visual Console Refactor: added a bootstrap file for tests
Former-commit-id: cf89bb15900c5d4c4f56d2fde5852badee9ddfb1
This commit is contained in:
parent
1f0bb9cf21
commit
53d00d3c89
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
require_once __DIR__.'/../include/constants.php';
|
Loading…
Reference in New Issue