From: Gabriel Caruso Date: Sun, 18 Feb 2018 18:06:48 +0000 (-0300) Subject: Remove duplicated informations in tests X-Git-Tag: php-7.3.0alpha1~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bffc92b1055a0bc36b9e09e8392354f12912fe71;p=php Remove duplicated informations in tests --- 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--