typo3 / testing-framework
The TYPO3 testing framework provides base classes for unit and functional testing.
9.5.0
2026-03-25 21:37 UTC
Requires
- php: ^8.2
- composer/class-map-generator: ^1.3.4
- guzzlehttp/psr7: ^2.5.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
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
This package is auto-updated.
Last update: 2026-05-26 20:41:01 UTC
README
TYPO3 testing framework for core and extensions
A straight and slim set of classes and configuration to test TYPO3 extensions. This framework is used by the core, too and maintained by the core team as a base to execute unit and functional tests within the TYPO3 extension ecosystem.
Installation
This framework works on top of a composer based installation.
$ composer require --dev typo3/testing-framework
Documentation
Usage examples within core and for extensions can be found in TYPO3 explained.
Tags and branches
- Branch main is used by core v15, tagged as 10.x.x. Extensions can use this to run tests with core v14 and v15. Supports PHP ^8.2.
- Branch 9 is used by core v13 and v14, tagged as 9.x.x. Extensions can use this to run tests with core v13 and v14. Supports PHP ^8.2.
- Branch 8 is used by core v12 and tagged as 8.x.x. Extensions can use this to run tests with core v12 and prepare for v13 compatibility. Supports PHP ^8.1.
- Branch 7 is used by core v11 and tagged as 7.x.x. Extensions can use this to run tests with core v11 and prepare for v12 compatibility. Supports PHP 7.4 to 8.2.
- Branch 6 is used by core v10 and tagged as 6.x.x. Extensions can use this to run tests with core v10 and v11. Supports PHP 7.2 to 8.2
- Branch 4 is for core v9 and tagged as 4.x.y
- Branch 1 is for core v8 and tagged as 1.x.y