From dca1e38f6035de640ae01918744d08849d4c8ddc Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 25 Jan 2018 11:13:54 -0500 Subject: [PATCH] Make sure the path of the require is correct --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a85e52d..9de4588 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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