From 39459467f6df0c664d5aac200bd6978320cd3e6a Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 30 Oct 2023 16:19:27 +0100 Subject: [PATCH] Attempt to fix pdo_mysql conflict on CircleCI (#12563) --- ext/pdo_mysql/tests/last_insert_id.phpt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/pdo_mysql/tests/last_insert_id.phpt b/ext/pdo_mysql/tests/last_insert_id.phpt index 600e70af60e..5d206e14415 100644 --- a/ext/pdo_mysql/tests/last_insert_id.phpt +++ b/ext/pdo_mysql/tests/last_insert_id.phpt @@ -22,6 +22,11 @@ print_r($db->query("INSERT INTO test (num) VALUES (451)")); print_r($db->lastInsertId()); ?> +--CLEAN-- + --EXPECT-- PDOStatement Object (