Skip to content

Instantly share code, notes, and snippets.

@felixcarmona
Forked from funkytaco/phpunit.rb
Last active December 20, 2015 20:48
Show Gist options
  • Save felixcarmona/6192777 to your computer and use it in GitHub Desktop.
Save felixcarmona/6192777 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