From 7f8adf8a82373042d39b1d3bfc97c904b58b01b3 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 30 Dec 2023 16:13:40 -0500 Subject: [PATCH] ext/gd/tests: imagerotate() is always available Following 59ec80c5, the imagerotate() function is always available. We may therefore remove its function_exists() checks without harm. --- ext/gd/tests/bug24155.phpt | 1 - ext/gd/tests/bug39366.phpt | 4 ---- ext/gd/tests/imagerotate_overflow.phpt | 6 ------ 3 files changed, 11 deletions(-) diff --git a/ext/gd/tests/bug24155.phpt b/ext/gd/tests/bug24155.phpt index d78ee9b7781..c93c3bbbcb5 100644 --- a/ext/gd/tests/bug24155.phpt +++ b/ext/gd/tests/bug24155.phpt @@ -4,7 +4,6 @@ Bug #24155 (gdImageRotate270 rotation problem). gd --SKIPIF-- 45) --EXTENSIONS-- gd ---SKIPIF-- - --FILE-- --FILE--