From ba401cf8d9ef4d523592fa5e493cab3d90fe310f Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Tue, 27 Feb 2024 23:27:47 +0000 Subject: [PATCH] Remove lefted out test from the revert for GH-13519 --- ext/pgsql/tests/gh13519.phpt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ext/pgsql/tests/gh13519.phpt diff --git a/ext/pgsql/tests/gh13519.phpt b/ext/pgsql/tests/gh13519.phpt deleted file mode 100644 index 4b2e18bdd0d..00000000000 --- a/ext/pgsql/tests/gh13519.phpt +++ /dev/null @@ -1,30 +0,0 @@ ---TEST-- -GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections. ---EXTENSIONS-- -pgsql ---SKIPIF-- - ---FILE-- - ---EXPECT-- -bool(true) -bool(true) -bool(true) -bool(false) -bool(false) -bool(false)