diff options
Diffstat (limited to 'ext/oci8/tests/bug72524.phpt')
-rw-r--r-- | ext/oci8/tests/bug72524.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug72524.phpt b/ext/oci8/tests/bug72524.phpt index 45ce8c7d5b..b48ec513ed 100644 --- a/ext/oci8/tests/bug72524.phpt +++ b/ext/oci8/tests/bug72524.phpt @@ -6,7 +6,6 @@ $target_dbs = array('oracledb' => true, 'timesten' => true); // test runs on th require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- - <?php require(dirname(__FILE__).'/connect.inc'); |