Skip to content

Instantly share code, notes, and snippets.

@haugstrup
Forked from itspriddle/phpunit.rb
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haugstrup/8776377 to your computer and use it in GitHub Desktop.
Save haugstrup/8776377 to your computer and use it in GitHub Desktop.
require 'formula'
class Phpunit < Formula
homepage 'http://www.phpunit.de/manual/current/en/index.html'
url 'http://pear.phpunit.de/get/phpunit.phar'
sha1 '4eb4534a98067c7c3bcbfd0963c826a6238ae2a7'
version 'HEAD'
def install
bin.install "phpunit.phar" => "phpunit"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment