Make sure the path of the require is correct

This commit is contained in:
Timothy Warren 2018-01-25 11:13:54 -05:00
parent 83b499e246
commit dca1e38f60
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ function get_json_config()
$path = QTEST_DIR.QDS.'db_files'.QDS.'test_sqlite.db';
@unlink($path);
require_once __DIR__ . 'TestCase.php';
require_once __DIR__ . '/TestCase.php';
// End of bootstrap.php