oliverklee/phpunit

Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.

Installs: 113 032

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 8

Open Issues: 20

Type:typo3-cms-extension

v8.5.0 2021-11-19 15:18 UTC

README

TYPO3 V11 TYPO3 V10 TYPO3 V9 License Total Downloads GitHub CI Status

Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.

This extension should be used for old projects that already use the PHPUnit extension. For new projects, it is recommended to use either the Nimut testing framework (if your extension supports multiple TYPO3 LTS versions) or the TYPO3 testing framework (if your extension needs to support only one TYPO3 LTS version at a time, or if you cannot use symlinks) instead.

Most of the documentation is in ReST format in the Documentation/ folder and is rendered as part of the TYPO3 documentation.