pear -> port
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jun 2011 21:34:07 +0000 (21:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jun 2011 21:34:07 +0000 (21:34 +0000)
tests/phpunit/install-phpunit.sh

index b7bac77..2d2b53a 100755 (executable)
@@ -26,7 +26,7 @@ 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
+else if ( has_binary port ); then
     echo Installing phpunit with macports
     port install php5-unit
 fi