diff options
Diffstat (limited to 'server/Test/InitTest.php')
| -rwxr-xr-x | server/Test/InitTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Test/InitTest.php b/server/Test/InitTest.php index c1900a6..ab90864 100755 --- a/server/Test/InitTest.php +++ b/server/Test/InitTest.php @@ -1,6 +1,8 @@ <?php
+ require '../vendor/autoload.php';
include_once("../config.inc.php");
include_once("AppTestClass.php");
+
$user = "demo";
$password = "demopass";
|
