extcode / testing-framework
The testing framework based on TYPO3 testing framework and adds acceptance testing.
v1.0.0
2026-08-07 09:15 UTC
Requires
- php: ^8.2
- composer/class-map-generator: ^1.3.4
- guzzlehttp/psr7: ^2.5.0 || ^3.0
- phpunit/phpunit: ^11.2.5 || ^12.1.2 || ^13.0.2
- psr/container: ^2.0
- typo3/cms-backend: 13.*.*@dev || 14.*.*@dev
- typo3/cms-core: 13.*.*@dev || 14.*.*@dev
- typo3/cms-extbase: 13.*.*@dev || 14.*.*@dev
- typo3/cms-fluid: 13.*.*@dev || 14.*.*@dev
- typo3/cms-frontend: 13.*.*@dev || 14.*.*@dev
- typo3/testing-framework: ^9.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.94.2
- phpstan/phpstan: ^2.1.42
- phpstan/phpstan-phpunit: ^2.0.16
- typo3/cms-workspaces: 13.*.*@dev || 14.*.*@dev
README
A straight and slim set of classes and configuration to test TYPO3 extensions. This framework is used for acceptance tests within the TYPO3 extension ecosystem.
Installation
This framework works on top of a composer based installation.
$ composer require --dev extcode/testing-framework
Documentation
Usage examples within core and for extensions can be found in TYPO3 explained.
Tags and branches
- Branch main is tagged as 2.x.x. Extensions can use this to run tests with core v14 and v15. Supports PHP ^8.2.
- Branch 1.x is tagged as 1.x.x. Extensions can use this to run tests with core v13 and v14. Supports PHP ^8.2.