Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dca1e38f60 - Show all commits

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