summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dba/tests/dba_tcadb.phpt6
-rw-r--r--ext/oci8/tests/coll_019.phpt5
2 files changed, 3 insertions, 8 deletions
diff --git a/ext/dba/tests/dba_tcadb.phpt b/ext/dba/tests/dba_tcadb.phpt
index f75aa813d4..bc21ee189a 100644
--- a/ext/dba/tests/dba_tcadb.phpt
+++ b/ext/dba/tests/dba_tcadb.phpt
@@ -1,14 +1,12 @@
--TEST--
DBA TCADB handler test
--SKIPIF--
-<?php
+<?php
$handler = 'tcadb';
require_once dirname(__FILE__) .'/skipif.inc';
?>
--FILE--
<?php
- $handler = 'tcadb';
- require_once dirname(__FILE__) .'/skipif.inc';
$lock_flag = 'l';
$db_filename = $db_file = dirname(__FILE__) .'/test0.tch';
@unlink($db_filename);
@@ -17,7 +15,7 @@ DBA TCADB handler test
?>
===DONE===
--CLEAN--
-<?php
+<?php
$db_filename = $db_file = dirname(__FILE__) .'/test0.tch';
@unlink($db_filename);
@unlink($db_filename.'.lck');
diff --git a/ext/oci8/tests/coll_019.phpt b/ext/oci8/tests/coll_019.phpt
index e0c896dce1..cfadfe5635 100644
--- a/ext/oci8/tests/coll_019.phpt
+++ b/ext/oci8/tests/coll_019.phpt
@@ -4,10 +4,7 @@ Test collection Oracle error handling collections and numbers (2)
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
-?>
-$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
-require(dirname(__FILE__).'/skipif.inc');
-?>
+?>
--FILE--
<?php