Skip to content

Instantly share code, notes, and snippets.

@hungryzi
Forked from itspriddle/phpunit.rb
Last active December 24, 2015 15:59
Show Gist options
  • Save hungryzi/6825190 to your computer and use it in GitHub Desktop.
Save hungryzi/6825190 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 'https://phar.phpunit.de/phpunit.phar'
sha1 'dc693b34a62644f61cfc01a22d9654ff4b8764af'
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