PHPUnit stuff.
This commit is contained in:
parent
91dc776e4d
commit
74f1d6e193
30 changed files with 358 additions and 89 deletions
7
djs.php
7
djs.php
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
require_once 'includes/globals.php';
|
||||
require_once 'classes/Database.php';
|
||||
require_once 'classes/DJs.php';
|
||||
|
||||
use DJMixHosting\Database;
|
||||
use DJMixHosting\DJs;
|
||||
|
||||
$db = new Database($config);
|
||||
$djs = new DJs($db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue