Fixed warning in test

This commit is contained in:
Timothy Warren 2012-02-06 22:04:03 -05:00
parent 6180c4816f
commit 87b55c11db
1 changed files with 1 additions and 1 deletions

View File

@ -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);