Explicitly add PHPUnit Testcase to bootstrap file
This commit is contained in:
parent
74b0ec3026
commit
83b499e246
@ -39,4 +39,6 @@ function get_json_config()
|
|||||||
$path = QTEST_DIR.QDS.'db_files'.QDS.'test_sqlite.db';
|
$path = QTEST_DIR.QDS.'db_files'.QDS.'test_sqlite.db';
|
||||||
@unlink($path);
|
@unlink($path);
|
||||||
|
|
||||||
|
require_once __DIR__ . 'TestCase.php';
|
||||||
|
|
||||||
// End of bootstrap.php
|
// End of bootstrap.php
|
||||||
|
Loading…
Reference in New Issue
Block a user