Download the PHP package tdd-guard/phpunit without Composer
On this page you can find all versions of the php package tdd-guard/phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tdd-guard/phpunit
More information about tdd-guard/phpunit
Files in tdd-guard/phpunit
Download tdd-guard/phpunit
More information about tdd-guard/phpunit
Files in tdd-guard/phpunit
Vendor tdd-guard
Package phpunit
Short Description PHPUnit reporter for TDD Guard
License MIT
Homepage https://github.com/nizos/tdd-guard
Package phpunit
Short Description PHPUnit reporter for TDD Guard
License MIT
Homepage https://github.com/nizos/tdd-guard
Please rate this library. Is it a good library?
Informations about the package phpunit
TDD Guard PHPUnit Reporter
PHPUnit reporter that captures test results for TDD Guard validation.
Requirements
- PHP 8.1+
- PHPUnit 9.0+ or 10.0+ or 11.0+
- TDD Guard installed globally
Installation
Configuration
PHPUnit 10+ Configuration
Add the extension to your phpunit.xml
:
PHPUnit 9.x Configuration
Add the listener to your phpunit.xml
:
Project Root Configuration
Set the project root using any ONE of these methods:
Option 1: PHPUnit Configuration (Recommended)
Use the projectRoot
parameter in your phpunit.xml
(see examples above).
Option 2: Environment Variable
Option 3: Automatic Detection
If not configured, the reporter will:
- Use the directory containing
phpunit.xml
- Fall back to current working directory
Configuration Rules
- Path must be absolute
- Falls back to current directory if configuration is invalid
More Information
- Test results are saved to
.claude/tdd-guard/data/test.json
- See TDD Guard documentation for complete setup
License
MIT
All versions of phpunit with dependencies
PHP Build Version
Package Version
The package tdd-guard/phpunit contains the following files
Loading the files please wait ....