From: Chad Horohoe Date: Tue, 16 Nov 2010 15:32:19 +0000 (+0000) Subject: Tab to space, might as well be consistent X-Git-Tag: 1.31.0-rc.0~33861 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=78eca1b21f6049347753c2b707055851df71a187;p=lhc%2Fweb%2Fwiklou.git Tab to space, might as well be consistent --- diff --git a/maintenance/tests/phpunit/install-phpunit.sh b/maintenance/tests/phpunit/install-phpunit.sh index dbe5a0214e..aca7ace6e5 100755 --- a/maintenance/tests/phpunit/install-phpunit.sh +++ b/maintenance/tests/phpunit/install-phpunit.sh @@ -9,7 +9,7 @@ if ( has_binary phpunit ); then echo PHPUnit already installed else if ( has_binary pear ); then echo Installing phpunit with pear - pear channel-discover pear.phpunit.de + pear channel-discover pear.phpunit.de pear install phpunit/PHPUnit else if ( has_binary apt-get ); then echo Installing phpunit with apt-get