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
/
CoreParserTestSuite.php
blob
a056b9d97e28085277b88d25248e1d589f517f74
1
<
?php
2
3
use
PHPUnit\Framework\TestSuite
;
4
5
class
CoreParserTestSuite
extends
TestSuite
{
6
7
public static function
suite
() {
8
return
ParserTestTopLevelSuite
::
suite
(
ParserTestTopLevelSuite
::
CORE_ONLY
);
9
}
10
11
}