Skip to content

Instantly share code, notes, and snippets.

@amiuhle
Forked from itspriddle/phpunit.rb
Created May 6, 2014 11:57
Show Gist options
  • Save amiuhle/03b2e813e805b7f2e92d to your computer and use it in GitHub Desktop.
Save amiuhle/03b2e813e805b7f2e92d 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 '7aaa26086ddf7cd0c517d7f52b74a53a7a1d7e29'
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