Fix other path issue
This commit is contained in:
parent
4193f858c9
commit
94758ecfb5
@ -41,7 +41,7 @@ require_once(BASE_DIR.'query_builder.php');
|
|||||||
// Include db tests
|
// Include db tests
|
||||||
// Load db classes based on capability
|
// Load db classes based on capability
|
||||||
$src_path = BASE_DIR.'drivers/';
|
$src_path = BASE_DIR.'drivers/';
|
||||||
$test_path = './databases/';
|
$test_path = TEST_DIR.'/databases/';
|
||||||
|
|
||||||
foreach(pdo_drivers() as $d)
|
foreach(pdo_drivers() as $d)
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user