repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[mediawiki.git]
/
tests
/
phpunit
/
suites
/
ExtensionsParserTestSuite.php
blob
3d68b24198b26ea3b4af6e9d19fd1e1cf74e1885
1
<
?php
2
class
ExtensionsParserTestSuite
extends
PHPUnit_Framework_TestSuite
{
3
4
public static function
suite
() {
5
return
MediaWikiParserTest
::
suite
(
MediaWikiParserTest
::
NO_CORE
);
6
}
7
8
}