From c0a518da73dd6463770520da535daa96fe4c54f0 Mon Sep 17 00:00:00 2001 From: Raistlfiren Date: Mon, 4 Aug 2025 16:08:47 -0500 Subject: [PATCH] PHPUnit Version update PHPUnit V10 uses `bootstrap` instead of `extension`. - Element 'extension': This element is not expected. Expected is ( bootstrap ). --- testing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing.rst b/testing.rst index 49680ce26c9..21a788d8a17 100644 --- a/testing.rst +++ b/testing.rst @@ -397,6 +397,8 @@ Now, enable it as a PHPUnit extension: + +