From cfd776383165a3c77f6fc7ae9cff9233e1fadb0a Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 30 Oct 2023 11:32:40 +0100 Subject: [PATCH] Attempt to fix pdo_mysql conflict on CircleCI --- 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 600e70af60e94..5d206e14415b9 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 (