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
Requires
- php: >= 7.2
- symfony/console: ^4.4 || ^5.1 || ^6.0
- typo3/cms-core: ^9.5 || ^10.4 || ^11.5.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.2.1
- helhum/typo3-console: ^5.8.6 || ^6.6.0 || ^7.0.2
- phpstan/extension-installer: ^1.1.0
- phpstan/phpstan: ^1.0.0
- phpstan/phpstan-phpunit: ^1.0.0
- phpunit/phpunit: ^8.5.21
- saschaegerer/phpstan-typo3: ^1.0.0
- squizlabs/php_codesniffer: ^3.6.1
Conflicts
- typo3/cms-composer-installers: <1.4.6
Replaces
- typo3-ter/phpunit: v8.5.0
This package is auto-updated.
Last update: 2023-05-29 05:18:43 UTC
README
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.