phpunit-accelerator
phpunit-accelerator copied to clipboard
Listeners to speed up PHPUnit tests
``` phpunit::run(--no-fixtures -- --exclude-group=functional,cache,concurrency) { PHP Fatal error: Declaration of MyBuilder\PhpunitAccelerator\TestListener::endTest(PHPUnit\Framework\Test $test, $time) must be compatible with PHPUnit_Framework_TestListener::endTest(PHPUnit_Framework_Test $test, $time) in src/TestListener.php on line 11 ``` after upgrading `mybuilder/phpunit-accelerator (1.2.0...
Would be great if phpunit-accelerator supports phpunit 8 Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.0.md
Hello @gavinlove , We used the dev-master branch in PHPUnit 7 and saw an increase in performance and would like to know if there are any planned releases. We previously...
Changes to prepare for 3.0 release
# Changed log - set the PHP 7.2 test in ```.travis.yml``` and set the Travis build [result](https://travis-ci.org/peter279k/phpunit-accelerator/builds/339338954). - fix the PHPUnit namespace problem for this [issue](https://github.com/mybuilder/phpunit-accelerator/issues/15).