Index: trunk/phase3/tests/phpunit/install-phpunit.sh |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | else if ( has_binary yum ); then |
28 | 28 | echo Installing phpunit with yum |
29 | 29 | yum install phpunit |
30 | | -else if ( has_binary pear ); then |
| 30 | +else if ( has_binary port ); then |
31 | 31 | echo Installing phpunit with macports |
32 | 32 | port install php5-unit |
33 | 33 | fi |