Remove duplicated informations in tests

This commit is contained in:
Gabriel Caruso 2018-02-18 15:06:48 -03:00 committed by Joe Watkins
parent 5153413ed4
commit bffc92b105
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
2 changed files with 3 additions and 8 deletions

View File

@ -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');

View File

@ -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