zVPS / zvps-netbeans-phpunit-watcher

Listens for the file save command and tries to run the associated phpunit test file.
4 stars 2 forks source link

Triggers test run for untested files #1

Closed Caffe1neAdd1ct closed 10 years ago

Caffe1neAdd1ct commented 10 years ago

Need to add handling for finding if a related test file(s) exist before triggering run test command.

Caffe1neAdd1ct commented 10 years ago

Fixed by looping over test providers and finding test files via providers, if test files list is not empty then fire the run tests command.