3.4.0
Closed Jan 4, 2021
100% complete
Aside from dependency updates, this release adds a PHPUnit plugin to detect slow tests by @jakobbuis.
Usage
Add the following to the root phpunit
XML element as a child in phpunit.xml
<extensions>
<extension class="SSTR\SlowTestReporter" />
</extensions>
Aside from dependency updates, this release adds a PHPUnit plugin to detect slow tests by @jakobbuis.
Usage
Add the following to the root phpunit
XML element as a child in phpunit.xml
<extensions>
<extension class="SSTR\SlowTestReporter" />
</extensions>