phpunit.el
phpunit.el copied to clipboard
Emacs mode to phpunit and test command line tool
Hi, is it possible to re run the test that was previously run? This is to support my current workflow: 1. create a test class 2. let it run (and...
It is not possible to run phpunit inside of docker container. Would it be possible to allow support for this. To at least, allow to change the path to the...
Example: ``` [33;1mI[0m 1 / 1 (100%) Time: 406 ms, Memory: 20.00Mb [30;43mOK, but incomplete, skipped, or risky tests![0m [30;43mTests: 1[0m[30;43m, Assertions: 0[0m[30;43m, Incomplete: 1[0m[30;43m.[0m ```
Hi, I recently, thanks to help from zonuexe, managed to get emacs set up so that it would run unit tests through a docker container. Running the whole test suite,...
Hi, I have a while using this plugin, it's ver nice! However I'm just wondering if this package has support for generating the coverage with phpunit? or do you know...