mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-25 10:36:14 +01:00
Rework the testing framework section in the docs
This commit is contained in:
parent
1a4fc18b6c
commit
3810875abc
1 changed files with 3 additions and 5 deletions
|
@ -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 <https://github.com/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 <https://github.com/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 <https://github.com/TYPO3/testing-framework>`__
|
||||
- which supports only one TYPO3 LTS version at a time - will work just fine.
|
||||
|
||||
|
|
Loading…
Reference in a new issue