Skip to content

Instantly share code, notes, and snippets.

@mrardon
Forked from itspriddle/phpunit.rb
Last active December 18, 2015 10:10
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 mrardon/5766999 to your computer and use it in GitHub Desktop.
Save mrardon/5766999 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 'e3644434a01dab6292b0d2319cc52e85a08ce807'
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