Explicitly add PHPUnit Testcase to bootstrap file

This commit is contained in:
Timothy Warren 2018-01-25 11:10:55 -05:00
parent 74b0ec3026
commit 83b499e246
1 changed files with 2 additions and 0 deletions

View File

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