Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 491 Bytes

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 typo3/testing-framework

Exhaustive docs will be added after TYPO3 v8 LTS release