Use data providers
[lhc/web/wiklou.git] / 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