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
/
MockApi.php
blob
d94aa2cda562989a98564634554a2a2f55493e94
1
<
?php
2
3
class
MockApi
extends
ApiBase
{
4
public function
execute
() {
5
}
6
7
public function
getVersion
() {
8
}
9
10
public function
__construct
() {
11
}
12
13
public function
getAllowedParams
() {
14
return array
(
15
'filename'
=>
null
,
16
'enablechunks'
=>
false
,
17
'sessionkey'
=>
null
,
18
);
19
}
20
}