andreaskienast / testing-framework

TYPO3 testing framework for core and extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TYPO3 testing framework for core and extensions

License:GNU General Public License v2.0


Languages

Language:PHP 94.4%Language:Shell 3.7%Language:JavaScript 1.8%Language:Smarty 0.1%