Skip to content

Instantly share code, notes, and snippets.

@shakie
shakie / phpunit.rb
Last active December 31, 2015 15:09 — forked from itspriddle/phpunit.rb
require 'formula'
class Phpunit < Formula
homepage 'http://www.phpunit.de/manual/current/en/index.html'
url 'http://phar.phpunit.de/phpunit.phar'
sha1 '4acc07c1730d85e2016a1ed613a1355a9d271636'
version 'HEAD'
def install
bin.install "phpunit.phar" => "phpunit"