Stuart Herbert
Stuart Herbert
This was a fun one to track down. Phix is packaging up the file README.md, but is using the checksum from src/docs/README.md. I need to figure out why it's copying...
Working out where to save the file is a hard problem, as different PHP projects have different conventions on where to save the corresponding test file. But what we can...
I am very interested :) I've just merged across the way you do the output panel. That's a **huge** improvement over my approach :) I'll dig through the other features...
Hi, I've been unable to reproduce this problem. If you're still having this issue, could you give me a bit more information? - What is the filename where the `MyIntegrationTests`...
Thanks. I'll see what's going on. > On 12 Aug 2015, at 09:32, ipol2n [email protected] wrote: > > When I enable debugging, I found this > > phpunit SubjectTest \app\tests\models\SubjectTest.php...
That's because phpunit isn't in your PATH. I've just pushed a fix for this. The plugin will now look for vendor/bin/phpunit before trying to run phpunit from your PATH. Hopefully...
I did accidentally put ConsoleDisplayLib in the 'Phix' namespace, but that was back in August :( I can't explain how come this has appeared in your fresh install in October.
Hello, Thanks for the feedback. The context menu works on both PHP files containing unit tests, and the code you ship to production. We would lose some important functionality if...
Hi, It isn't clear to me why this is needed? It sounds like you're creating code that isn't PSR0 or PSR4 compliant. If that's the case, I'm afraid that I...
Unfortunately, the ST2 console doesn't appear to support this. If someone wants to add support for - writing test results to a tabbed buffer - writing a parser for PHPUnit...