Run phpunit and see the results all from inside atom.
atom-phpunit comes with 4 commands:
run-test
- Alt+Shift+T
run-class
- Alt+Shift+C
run-suite
- Alt+Shift+S
run-last-test
- Alt+Shift+R
toggle-output
- Alt+Shift+X
By default, atom-phpunit assumes you have used composer to pull in the phpunit
package and uses the ./vendor/bin/phpunit
path. This can be altered in the settings by unchecking the 'Use Vendor' option and setting the path to your phpunit
binary in the 'PHPUnit Path' setting.
Other confuration options include:
To run tests on this package:
$ git clone https://github.com/Synapse791/atom-phpunit.git$ cd atom-phpunit$ atom --test spec
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.