From ebb0191a593f0f76eeba3f43f3fce0485b9d7b43 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 4 Jun 2011 21:32:51 +0000 Subject: [PATCH] Also support macports --- tests/phpunit/install-phpunit.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/phpunit/install-phpunit.sh b/tests/phpunit/install-phpunit.sh index 5da28d0ccb..b7bac77580 100755 --- a/tests/phpunit/install-phpunit.sh +++ b/tests/phpunit/install-phpunit.sh @@ -26,6 +26,10 @@ else if ( has_binary apt-get ); then else if ( has_binary yum ); then echo Installing phpunit with yum yum install phpunit +else if ( has_binary pear ); then + echo Installing phpunit with macports + port install php5-unit +fi fi fi fi -- 2.20.1