sublime-phpunit icon indicating copy to clipboard operation
sublime-phpunit copied to clipboard

PHPUnit integration.

Results 7 sublime-phpunit issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for this great plugin, I installed it but it didn't work and always gave me ```bash PHPUnit: phpunit not found ``` and I don't know why!, so I...

bug
needs-reproduction

In ST4, whatever I set phpunit.options to, the resultant command will always include ( with data set .+)?$ --colors=never -d memory_limit=-1 -d testdox=true --no-coverage I am therefore not able to...

bug
needs-reproduction

Please add support for running unit tests on docker containers. ```json { "docker.container": "my-container" } ``` This could be interpreted as. ```sh docker exec -it my-container ${phpunitPath} ${filters} ${options} ```

feature

Hey there... Is it possible to pass the results to any Windows CMD (e.g. ConEmu) instead of the default panel in Sublime? Or is this "strategy" not available by default,...

feature

Test progress indicator like Package Control has when installing packages. With a progress indicator the results output panel can have options to show: - "never", - "auto" - "always" -...

feature

Re https://github.com/gerardroche/sublime-phpunit/issues/92#issuecomment-1665030486 Allow creation of custom strategies. Since 3.17.1 you can roughly create custom strategies. Example: Custom cmd.exe strategy Command Palette → Preferences: PHPUnit Settings ```json { "phpunit.prepend_cmd": ["cmd.exe", "/c"]...

feature