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.
This framework works on top of a composer based installation.
$ composer require --dev extcode/testing-framework
Usage examples within core and for extensions can be found in TYPO3 explained.
- 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.