From 78eca1b21f6049347753c2b707055851df71a187 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 16 Nov 2010 15:32:19 +0000 Subject: [PATCH] Tab to space, might as well be consistent --- maintenance/tests/phpunit/install-phpunit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1