Skip to content

Instantly share code, notes, and snippets.

@gekh
Forked from funkytaco/phpunit.rb
Created July 16, 2014 18:05
Show Gist options
  • Save gekh/30ad968aec02f45206d4 to your computer and use it in GitHub Desktop.
Save gekh/30ad968aec02f45206d4 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