Skip to content

Commit cfd7763

Browse files
committed
Attempt to fix pdo_mysql conflict on CircleCI
1 parent 8b840b9 commit cfd7763

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/pdo_mysql/tests/last_insert_id.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ print_r($db->query("INSERT INTO test (num) VALUES (451)"));
2222

2323
print_r($db->lastInsertId());
2424
?>
25+
--CLEAN--
26+
<?php
27+
require __DIR__ . '/mysql_pdo_test.inc';
28+
MySQLPDOTest::dropTestTable();
29+
?>
2530
--EXPECT--
2631
PDOStatement Object
2732
(

0 commit comments

Comments
 (0)