Skip to content

Commit 6d10045

Browse files
committed
remove test table from the test
1 parent a943012 commit 6d10045

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

ext/mysqli/tests/mysqli_constants.phpt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
Constants exported by ext/mysqli
33
--SKIPIF--
44
<?php
5-
require_once('skipif.inc');
6-
require_once('skipifconnectfailure.inc');
5+
require_once 'skipif.inc';
6+
require_once 'skipifconnectfailure.inc';
77
?>
88
--INI--
99
mysqli.allow_local_infile=1
1010
--FILE--
1111
<?php
12-
require("connect.inc");
13-
require("table.inc");
12+
require "connect.inc";
1413

1514
$php_version = (int)str_replace('.', '', PHP_VERSION);
1615
$constants = get_defined_constants(true);
@@ -216,9 +215,5 @@ if (!empty($expected_constants)) {
216215

217216
print "done!";
218217
?>
219-
--CLEAN--
220-
<?php
221-
require_once "clean_table.inc";
222-
?>
223218
--EXPECT--
224219
done!

0 commit comments

Comments
 (0)