mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Upgrade to the testing framework V7 (#629)
* [TASK] Upgrade to the testing framework V7 This is required to also run the tests on TYPO3 12LTS. * Update CHANGELOG.md Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com> Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
This commit is contained in:
parent
577d0ce65a
commit
1e157e6958
3 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
### Added
|
||||
|
||||
### Changed
|
||||
- Upgrade to the testing framework v7 (#629)
|
||||
- Make the TCA ready for TYPO3 v12 (#625)
|
||||
- Upgrade to PHPUnit 9 and PHPCOV 8 (#610)
|
||||
- Convert functional test fixtures to CSV (#601)
|
||||
|
|
|
@ -17,7 +17,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
|||
*/
|
||||
class TeaRepositoryTest extends FunctionalTestCase
|
||||
{
|
||||
protected $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||
protected array $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||
|
||||
private TeaRepository $subject;
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"symfony/yaml": "^5.4 || ^6.1",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.2",
|
||||
"typo3/coding-standards": "^0.5.5",
|
||||
"typo3/testing-framework": "^6.16.6"
|
||||
"typo3/testing-framework": "^7.0@dev"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/tea": "self.version"
|
||||
|
|
Loading…
Reference in a new issue