John Kary

Results 21 comments of John Kary

That sounds like expected behavior if the sleep time fired while your display was asleep. But if you set a sleep time far in advance, set your mouse to the...

+1 My team would also love if this feature were merged. It allows our Transition guard callbacks to be made aware of runtime $parameters such as currently logged in user...

+1 My team would also find this feature valuable! @yohang What can we do to help you accepting this PR?

This is implemented in PR #121 but at this time is not merged.

You're right. My 1am-brain wasn't thinking correctly. However in the docblock for FunctionalInterface::filter() it mentions PHP 5.6 being required to pass the USE_BOTH flag. https://github.com/ericpoe/haystack/blob/master/src/Functional/FunctionalInterface.php#L36 The bigger issue I was...

Hi @marcelopm! That's a great idea. Based on your example, should the report print time in seconds once exceeding 10000ms?

@rvanlaak Hmm, I have not personally used paratest to know its infrastructure, or how SpeedTrapListener output could be rerouted to paratest output. Any ideas here? I see the code sample...

@fain182 Please see my comment pending review here about conditional color output: https://github.com/johnkary/phpunit-speedtrap/pull/47/files/#r202464176 > * show time in seconds instead of milliseconds I am concerned this change would cause differences...

Hi @pablorsk, That's frustrating! Let's see what we can find out. Your helpful issue report shows `IlluminateTestCase`. Sounds like that's from Laravel and their Illuminate database package. Could you link...

> I don't know if is possible on future separate time from setUp and first test, preventing an incorrect information about time of the first test. setUp() method execution is...