typo3 / testing-framework
The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.
Installs: 590 192
Dependents: 167
Suggesters: 1
Security: 0
Stars: 36
Watchers: 19
Forks: 35
Open Issues: 19
Requires
- mikey179/vfsstream: ~1.6.8
- phpunit/phpunit: ^8.4 || ^9.0
- psr/container: ^1.0
- typo3/cms-backend: 10.*.*@dev || 11.*.*@dev
- typo3/cms-core: 10.*.*@dev || 11.*.*@dev
- typo3/cms-extbase: 10.*.*@dev || 11.*.*@dev
- typo3/cms-fluid: 10.*.*@dev || 11.*.*@dev
- typo3/cms-frontend: 10.*.*@dev || 11.*.*@dev
- typo3/cms-recordlist: 10.*.*@dev || 11.*.*@dev
- typo3fluid/fluid: ^2.5|^3
Suggests
- codeception/codeception: ^4.0
- typo3/cms-styleguide: ^9.0
- dev-master
- 9.x-dev
- 8.x-dev
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6.0
- 6.5.0
- 6.4.7
- 6.4.6
- 6.4.5
- 6.4.4
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.0
- 6.0.0-alpha
- 5.0.16
- 5.0.15
- 5.0.14
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.15.3
- 4.15.2
- 4.15.1
- 4.15.0
- 4.14.4
- 4.14.3
- 4.14.2
- 4.14.1
- 4.14.0
- 4.13.1
- 4.13.0
- 4.12.0
- 4.11.3
- 4.11.2
- 4.11.1
- 4.11.0
- 4.10.3
- 4.10.2
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.2
- 4.8.1
- 4.8.0
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.8.1
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-lolli-4
- dev-lolli-3
- dev-task/test_for_warnings
- dev-phpunit_v9
This package is auto-updated.
Last update: 2021-03-02 10:21:21 UTC
README
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