From bffc92b1055a0bc36b9e09e8392354f12912fe71 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 18 Feb 2018 15:06:48 -0300 Subject: [PATCH] Remove duplicated informations in tests --- ext/dba/tests/dba_tcadb.phpt | 6 ++---- ext/oci8/tests/coll_019.phpt | 5 +---- 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-- - --FILE-- ===DONE=== --CLEAN-- - 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--