Fixes for composer
This commit is contained in:
parent
bdab68afd3
commit
e0b8e8e8e3
2 changed files with 4 additions and 3 deletions
|
|
@ -5,8 +5,9 @@ use PhangoApp\PhaUtils\Utils;
|
|||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
include("vendor/autoload.php");
|
||||
include("libraries/Utils.php");
|
||||
|
||||
Utils::load_config('config', 'settings');
|
||||
Utils::load_config('config_test', 'settings');
|
||||
|
||||
$sql_table="CREATE TABLE table_test (
|
||||
`name` VARCHAR(255) NOT NULL default '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue