An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![tests](https://github.com/TYPO3/testing-framework/actions/workflows/ci.yml/badge.svg)

# 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