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
Merge "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
api
/
MockApiQueryBase.php
blob
4bede51915ddaf812a92667d461e5830d6c1867c
1
<
?php
2
class
MockApiQueryBase
extends
ApiQueryBase
{
3
public function
execute
() {
4
}
5
6
public function
getVersion
() {
7
}
8
9
public function
__construct
() {
10
}
11
}