Skip to content

Instantly share code, notes, and snippets.

@shekarsiri
Forked from itspriddle/phpunit.rb
Last active December 20, 2015 20:09
Show Gist options
  • Save shekarsiri/6188667 to your computer and use it in GitHub Desktop.
Save shekarsiri/6188667 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 '88d4919ffc91c9aec8aea2b28e500d3e43e2b13b'
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