Bas de Ruiter
Bas de Ruiter
Yeah, the line number is the key of the `_errors` array in PHP_CodeSniffer_File. If you replace the foreach loop in the `\Codor\Tests\Wrappers\Results::getAllErrorMessages()` method like this: ```php foreach ($errors as $line...
Hmm, I just realised that you're logging the error with the `$stackPtr` of the scope start, not the index of the actual token that has an error. Currently error messages...
I think you should have a look at it first. The error messages would change with that implementation. And maybe you want to do something different with the lines. Anyway,...
Oh, sorry, I missed your reply. I have setup HDT to automatically create my deck when I am done creating the arena deck. This didn't work this time, so I...
My team would much appreciate this option too. :) And I know this is out of scope, but FYI another use case for empty body I sometimes have is ```php...
If some of the stuff I built is welcome, I'll have a look into this as well. It feels awkward to make a PR without tests.. :|
Whoops, you're right
Aah.. those were the days. Carelessly building joyful web apps using behat. A few months after creating this PR I left the project and haven't used behat since. Do with...
Hmm I just thought of an alternative. You could also use a transformer to inject the Page object in the Context. ```php /** * @When /^I visit (the login page)$/...
I know this is an old issue, but I was looking for a way to wait before taking the screenshot. Turns out you have to use `setDelay()` and not `setTimeout()`