Skip to content

Commit

Permalink
Update README with the new options [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Nov 30, 2011
1 parent 376de7a commit cf563e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ The following options can be passed to Guard::PHPUnit:
:all_on_start => false # Run all tests on startup.
# default: true

:all_after_pass => false # Run all tests after changed tests pass. This ensures
# that the process of making changed tests pass didn't
# break something else.
# default: true

:keep_failed => false # Remember failed tests and keep running them with
# each change until they pass.
# default: true

:tests_path => 'tests' # Relative path to the tests directory. This path
# is used when running all the tests.
# default: the current working directory (pwd)
Expand Down

0 comments on commit cf563e1

Please sign in to comment.