mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-25 12:16:14 +01:00

Rework the testing framework section in the docs

This commit is contained in:
“Muhammad 2024-10-02 17:19:55 +05:00
parent 1a4fc18b6c
commit 3810875abc

View file

@ -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 is only one branch to maintain, which makes adding new features (and all other
code changes) a lot less of a hassle. code changes) a lot less of a hassle.
The `Nimut testing framework <https://github.com/Nimut/testing-framework>`__ For this approach, the
can support multiple TYPO3 versions at a time, and `TYPO3 testing framework <https://github.com/TYPO3/testing-framework>`__
it provides version-independent abstractions for testing, making it the perfect - which supports multiple TYPO3 versions at a time - will work just fine.
companion for this approach.
This is the approach that we have chosen for this extension as we do not want This is the approach that we have chosen for this extension as we do not want
to maintain two branches in parallel. to maintain two branches in parallel.
@ -54,4 +53,3 @@ code changes) more of a hassle.
For this approach, the For this approach, the
`TYPO3 testing framework <https://github.com/TYPO3/testing-framework>`__ `TYPO3 testing framework <https://github.com/TYPO3/testing-framework>`__
- which supports only one TYPO3 LTS version at a time - will work just fine. - which supports only one TYPO3 LTS version at a time - will work just fine.