Fixed warning in test
This commit is contained in:
parent
6180c4816f
commit
87b55c11db
@ -43,7 +43,7 @@ foreach(pdo_drivers() as $d)
|
||||
$src_file = "{$src_path}{$d}.php";
|
||||
$test_file = "{$test_path}{$d}.php";
|
||||
|
||||
if(is_file($file))
|
||||
if(is_file($src_file))
|
||||
{
|
||||
require_once($src_file);
|
||||
require_once($test_file);
|
||||
|
Reference in New Issue
Block a user