From 3810875abcc01182894a0d513458d9811fb2d402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMuhammad?= <“chsalmanramzan422@gmail.com”> Date: Wed, 2 Oct 2024 17:19:55 +0500 Subject: [PATCH] Rework the testing framework section in the docs --- Documentation/TestingFramework.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/TestingFramework.rst b/Documentation/TestingFramework.rst index 1cdd068..ec378f4 100644 --- a/Documentation/TestingFramework.rst +++ b/Documentation/TestingFramework.rst @@ -30,10 +30,9 @@ version-dependent code switches might be necessary. The upside is that there is only one branch to maintain, which makes adding new features (and all other code changes) a lot less of a hassle. -The `Nimut testing framework `__ -can support multiple TYPO3 versions at a time, and -it provides version-independent abstractions for testing, making it the perfect -companion for this approach. +For this approach, the +`TYPO3 testing framework `__ +- which supports multiple TYPO3 versions at a time - will work just fine. This is the approach that we have chosen for this extension as we do not want to maintain two branches in parallel. @@ -54,4 +53,3 @@ code changes) more of a hassle. For this approach, the `TYPO3 testing framework `__ - which supports only one TYPO3 LTS version at a time - will work just fine. -