mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Remove duplicated informations in tests
This commit is contained in:
parent
5153413ed4
commit
bffc92b105
@ -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');
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user