Skip to content

Instantly share code, notes, and snippets.

@zonabi
Forked from itspriddle/phpunit.rb
Created August 29, 2013 16:21
Show Gist options
  • Save zonabi/6380270 to your computer and use it in GitHub Desktop.
Save zonabi/6380270 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 'de677ba60b2ccd135002d02501cde16a471503f5'
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