John Kary

Results 21 comments of John Kary

@localheinz Thank you for these details. Looks like we will need a new major release and core logic to support PHPUnit 9.0. That version is [set for release in February...

Hi @lukepass, Could you post your composer.json? I'm not caught up on how Symfony's PHPUnit bridge works and how that might be influencing running SpeedTrapListener. I hope with the composer.json...

Hi @lukepass, I investigated the issue a while back but could not find a solution. It appears symfony/phpunit-bridge internally switches and installs different PHPUnit binaries. I have updated the README...

@guilhermegeek Yes, I never tested this with HHVM. If a fix is ever found we could release a 1.0.2 tag, but v2.0 phpunit-speedtrap will not support HHVM. PHPUnit itself has...

Discussion with Blackfire devs began here: https://twitter.com/romainneutron/status/1019198786785173504 Blackfire PHP-SDK: https://blackfire.io/docs/reference-guide/php-sdk#installation Also has some PHPUnit integration: https://blackfire.io/docs/integrations/phpunit

@andras-tim Sorry, very busy with paid work. Will have time to look closer sometime in May.

@andras-tim I've begun looking at this and looks like it will work! I'll give it a final look using a custom result printer to be sure. In the meantime I...

@bdsl That's a good idea. I would accept a PR for that feature if someone would like to implement it. It should be fairly easy. If I were writing it,...

@bdsl Thanks for this idea. PHPUnit supports the [`@group`](https://phpunit.readthedocs.io/en/9.5/annotations.html#group) annotation to annotate a test suite's slow tests. You could annotate tests with `@group slow` then run with `./vendor/bin/phpunit --group=slow` As...

@REBELinBLUE It's not currently possible to set different slowness thresholds on a per-test suite basis. But I would love to add that feature. How are you defining the test suites...