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 https://translatewiki.net.
[mediawiki.git]
/
tests
/
phpunit
/
suites
/
ExtensionsParserTestSuite.php
blob
6ab584c4ba4de35ab74cb218a7fe292570d503fc
1
<
?php
2
3
use
PHPUnit\Framework\TestSuite
;
4
5
class
ExtensionsParserTestSuite
extends
TestSuite
{
6
7
public static function
suite
() {
8
return
ParserTestTopLevelSuite
::
suite
(
ParserTestTopLevelSuite
::
NO_CORE
);
9
}
10
11
}