diff --git a/ext/pdo_mysql/tests/gh20122.phpt b/ext/pdo_mysql/tests/gh20122.phpt index 28369fefaf6..925c94e907a 100644 --- a/ext/pdo_mysql/tests/gh20122.phpt +++ b/ext/pdo_mysql/tests/gh20122.phpt @@ -5,15 +5,13 @@ pdo pdo_mysql --SKIPIF-- --FILE-- exec('CREATE TABLE test (bar JSON)'); $db->exec('INSERT INTO test VALUES("[]")');