1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Attempt to fix pdo_mysql conflict on CircleCI (#12563)

This commit is contained in:
Ilija Tovilo
2023-10-30 16:19:27 +01:00
committed by GitHub
parent 52480b3a79
commit 39459467f6

View File

@@ -22,6 +22,11 @@ print_r($db->query("INSERT INTO test (num) VALUES (451)"));
print_r($db->lastInsertId());
?>
--CLEAN--
<?php
require __DIR__ . '/mysql_pdo_test.inc';
MySQLPDOTest::dropTestTable();
?>
--EXPECT--
PDOStatement Object
(