phpunit.el icon indicating copy to clipboard operation
phpunit.el copied to clipboard

Emacs mode to phpunit and test command line tool

Results 5 phpunit.el issues
Sort by recently updated
recently updated
newest added

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: ``` I 1 / 1 (100%) Time: 406 ms, Memory: 20.00Mb OK, but incomplete, skipped, or risky tests! Tests: 1, Assertions: 0, Incomplete: 1. ```

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,...

bug

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...

question