extcode/testing-framework

The testing framework based on TYPO3 testing framework and adds acceptance testing.

Maintainers

Package info

github.com/extcode/testing-framework

Homepage

pkg:composer/extcode/testing-framework

Transparency log

Statistics

Installs: 50

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-08-07 09:15 UTC

This package is auto-updated.

Last update: 2026-08-07 14:40:18 UTC


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.