https://github.com/typo3/testing-framework
TYPO3 testing framework for core and extensions
https://github.com/typo3/testing-framework
test-framework tests testsuite typo3
Last synced: 8 months ago
JSON representation
TYPO3 testing framework for core and extensions
- Host: GitHub
- URL: https://github.com/typo3/testing-framework
- Owner: TYPO3
- License: gpl-2.0
- Created: 2017-02-13T13:57:22.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T11:57:24.000Z (9 months ago)
- Last Synced: 2025-04-22T12:59:51.225Z (9 months ago)
- Topics: test-framework, tests, testsuite, typo3
- Language: PHP
- Homepage:
- Size: 1.4 MB
- Stars: 63
- Watchers: 21
- Forks: 52
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
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, functional
and acceptance 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](https://docs.typo3.org/typo3cms/CoreApiReference/Testing/Index.html).
## Tags and branches
* Branch main 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