- Adding support for multiple project folders (nikazooz)
- Fixing filtering to stop duplicate tests/filenames being run
- Change regex to allow space between function name and parentheses (nikazooz)
- Fixing issue where atom-phpunit crashes if a test function contains an anonymous function #1
- Display output in a panel
- Added configuration to show success output as a notification
- Added configuration to persist success and failure notifications
- Added configuration to enable the use of external phpunit binary
- Added command to run the entire test suite
- Fixed disfunctional code
- Added command to run the current test class
- Every feature added
- Every bug fixed