From: Mark A. Hershberger Date: Tue, 5 Jan 2010 23:19:04 +0000 (+0000) Subject: typo, clarification. X-Git-Tag: 1.31.0-rc.0~38402 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=0bfa3f9ad81220e10f76d6fdc80ad8b4aa6b184a;p=lhc%2Fweb%2Fwiklou.git typo, clarification. --- diff --git a/tests/README.ALTERNATIVE b/tests/README.ALTERNATIVE index 364d5e34b2..4178e09f61 100644 --- a/tests/README.ALTERNATIVE +++ b/tests/README.ALTERNATIVE @@ -3,7 +3,7 @@ since the README method didn't work for me. - Put a LocalSettings.php in the parent directory. If you checked out mediawiki/trunk/phase3 as a directory called mediawiki, then - this would go in your + this is where your LocalSettings.php file would go. - Install PHPUnit. I used version 3.3.16 from Ubuntu. ("aptitude install phpunit"). - Invoke phpunit directly instead of using make. This uses the @@ -21,4 +21,4 @@ since the README method didn't work for me. NOTE: I haven't yet determined why but my PHP installation would sometimes segfault while linting the files. PHPUnit uses "php -l" to -check file syntax. +check file syntax and this is where the segfaults were happening.