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
Fix DatabaseSqlite IDEA warnings
[mediawiki.git]
/
tests
/
phpunit
/
suites
/
CoreParserTestSuite.php
blob
e48a116547f496fe2fa22b716cfb9d5b893b8297
1
<
?php
2
3
class
CoreParserTestSuite
extends
PHPUnit_Framework_TestSuite
{
4
5
public static function
suite
() {
6
return
ParserTestTopLevelSuite
::
suite
(
ParserTestTopLevelSuite
::
CORE_ONLY
);
7
}
8
9
}
10