Visual Console Refactor: added a bootstrap file for tests

Former-commit-id: cf89bb15900c5d4c4f56d2fde5852badee9ddfb1
This commit is contained in:
Alejandro Gallardo Escobar 2019-03-20 11:59:33 +01:00
parent 1f0bb9cf21
commit 53d00d3c89
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
require_once __DIR__.'/../vendor/autoload.php';
require_once __DIR__.'/../include/constants.php';