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

tester runner for phpunit on atom editor

Results 8 tester-phpunit issues
Sort by recently updated
recently updated
newest added

## Problem Test run ok when saving from a test module (for that module only). When "Test Project" is clicked, the Tester Console reports "No tests executed!" ## Expected Behaviour...

On phpstorm you can set a remote server for run all your tests instead of running locally.

On phpstorm you can set a remote server for run all your tests instead of running locally.

Is there a way to bind a key to only run the current test file?

It is posible to use this with laravel homestead? (or vagrant?) How? I have tried to use this as my custom phpunit binary, but it didn't work: ``` vagrant ssh...

If you have a test file that extends another test class that also has tests, running the tests in the child class works, but markers will be displayed at the...

It seems that if you enter a parameter containing an equals sign in the `Additional command line` box in the UI, the value after the equals sign and the equals...

Hello! Nice to see that there is some development around having a central tester package with other packages plugging in the service. It ensures a consistent look and reduces duplicate...