Skip to content

Instantly share code, notes, and snippets.

View nev3rm0re's full-sized avatar

German Rumm nev3rm0re

  • Gangrel OU
  • Tallinn, Estonia
View GitHub Profile
@nev3rm0re
nev3rm0re / autounit.rb
Created June 13, 2012 08:46 — forked from erithmetic/autounit
autotest for PHPUnit
# Runs tests whenever there's a change in tests/ folder or any *.php files in current folder
# Prereqs:
# * Ruby
# * gem install watchr
# Usage:
# copy autounit to php project directory
# run watchr autounit