dbt / phpunit-runner
A PhpUnit runner for Xdebug enabled environments
1.0.1
2019-10-17 17:17 UTC
Requires
- composer/xdebug-handler: ^1.3
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-18 04:40:43 UTC
README
A PhpUnit runner for environments where Xdebug is installed, since Xdebug slows down tests when the extension is loaded.
Installation
composer require --dev dbt/phpunit-runner
Usage
php vendor/dbt/phpunit-runner/phpunit.php
Caveats
Long-running test stacks may require a custom timeout to be passed in.
License
MIT. Do as you wish.