Skip to content

Instantly share code, notes, and snippets.

@designermonkey
Forked from itspriddle/phpunit.rb
Last active December 24, 2015 14:19
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 designermonkey/6811928 to your computer and use it in GitHub Desktop.
Save designermonkey/6811928 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
@designermonkey
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment