dbt/phpunit-runner

A PhpUnit runner for Xdebug enabled environments

1.0.1 2019-10-17 17:17 UTC

This package is auto-updated.

Last update: 2024-04-18 03:39:33 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.