Skip to content

Commit 66b359e

Browse files
committed
Add DROP TABLE to clean up after the test
1 parent ab46d20 commit 66b359e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqli/tests/gh8267.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $mysqli->query("INSERT INTO foo VALUES (9223372036854775807)");
1717
var_dump($mysqli->insert_id);
1818
$mysqli->query("INSERT INTO foo VALUES (0)");
1919
var_dump($mysqli->insert_id);
20+
$mysqli->query("DROP TABLE IF EXISTS foo");
2021
?>
2122
--EXPECT--
2223
string(19) "9223372036854775807"

0 commit comments

Comments
 (0)