diff --git a/tests/databases/odbc/odbc-qb.php b/tests/databases/odbc/odbc-qb.php deleted file mode 100644 index adb33c6..0000000 --- a/tests/databases/odbc/odbc-qb.php +++ /dev/null @@ -1,21 +0,0 @@ -assertTrue(in_array('odbc', pdo_drivers())); - } -} \ No newline at end of file diff --git a/tests/databases/odbc/odbc.php b/tests/databases/odbc/odbc.php deleted file mode 100644 index 50b2098..0000000 --- a/tests/databases/odbc/odbc.php +++ /dev/null @@ -1,26 +0,0 @@ -assertTrue(in_array('odbc', pdo_drivers())); - } -} \ No newline at end of file diff --git a/tests/db_files/FB_TEST_DB.FDB b/tests/db_files/FB_TEST_DB.FDB index ace4c71..0252e62 100644 Binary files a/tests/db_files/FB_TEST_DB.FDB and b/tests/db_files/FB_TEST_DB.FDB differ diff --git a/tests/index.php b/tests/index.php index c1af0fa..7a13b05 100644 --- a/tests/index.php +++ b/tests/index.php @@ -46,7 +46,7 @@ foreach(pdo_drivers() as $d) continue; } - $src_dir = "{$src_path}{$d}"; + $src_dir = "{$test_path}{$d}"; if(is_dir($src_dir)) {