Index: trunk/phase3/tests/phpunit/MediaWikiPHPUnitCommand.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | } |
32 | 32 | |
33 | 33 | # Makes MediaWiki PHPUnit directory includable so the PHPUnit will |
34 | | - # be able to resolve relative files inclusion such as suites/* |
| 34 | + # be able to resolve relative files inclusion such as suites/* |
35 | 35 | # PHPUnit uses stream_resolve_include_path() internally |
36 | 36 | # See bug 32022 |
37 | 37 | set_include_path( |