Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 878 Bytes

tests

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.

Tags and branches

  • Branch master is for core v10 + v11 and currently tagged as 6.x.y
  • Branch 9 is for core v9 and tagged as 4.x.y
  • Branch 8 is for core v8 and tagged as 1.x.y