r102991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102990‎ | r102991 | r102992 >
Date:16:53, 14 November 2011
Author:maxsem
Status:ok
Tags:
Comment:
find on Windows is incompatible with *nix
Modified paths:
  • /trunk/phase3/tests/phpunit/StructureTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/StructureTest.php
@@ -10,6 +10,9 @@
1111 * Test. If the file names do not end in Test, they will not be run.
1212 */
1313 public function testUnitTestFileNamesEndWithTest() {
 14+ if ( wfIsWindows() ) {
 15+ $this->markTestSkipped( 'This test does not work on Windows' );
 16+ }
1417 $rootPath = escapeshellarg( __DIR__ );
1518 $testClassRegex = implode( '|', array(
1619 'ApiFormatTestBase',

Status & tagging log