atom-phpunit

Run phpunit and see the results all from inside atom

Synapse791

2,207

10

1.3.0

MIT

GitHub

atom-phpunit package

Run phpunit and see the results all from inside atom.

Commands

atom-phpunit comes with 4 commands:

Settings

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:

Preview

Preview

Tests

To run tests on this package:

$ git clone https://github.com/Synapse791/atom-phpunit.git
$ cd atom-phpunit
$ atom --test spec