Class: Guard::PHPUnit2::RealtimeRunner

Inherits:
Runner
  • Object
show all
Defined in:
lib/guard/phpunit2/realtime_runner.rb

Overview

The Guard::PHPUnit runner handles running the tests, displaying their output and notifying the user about the results.

Constant Summary

Constants inherited from Runner

Guard::PHPUnit2::Runner::PHPUNIT_ERRORS_EXITCODE, Guard::PHPUnit2::Runner::PHPUNIT_FAILURES_EXITCODE

Class Method Summary collapse

Methods inherited from Runner

#run

Class Method Details

.run(paths, options) ⇒ Object



12
13
14
# File 'lib/guard/phpunit2/realtime_runner.rb', line 12

def self.run(paths, options)
  self.new.run(paths, options)
end