alairock / phpunit-atom

PHPUnit test runner for atom editor
MIT License
12 stars 9 forks source link

PHPUnit for Atom

Run your PHPUnit tests right within the Atom Editor!

TDD (Test driven development) is an extremely important part of development. Now you hold the power within your editor!

PreReq's

You must have PHP and PHPUnit installed. My preference is HomeBrew, but you can do whatever you like. The only real configuration required for this to work is you must have a phpunit.xml configuration file in the root of the project, and you can optionally pass the path of the PHPUnit binary path from in the settings panel. Also PHP and PHPUnit must be executable from within Atom. This might require you to change the permissions of the executables, or make other tweaks to the binaries. (I didn't require any, but just in case).

TODO: A screenshot of your spankin' package