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
Compress images
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
MockOutputPage.php
blob
bdee4832bf263a700b49fc8eedc32e4532d05043
1
<
?php
2
3
class
MockOutputPage
{
4
5
public
$message
;
6
7
function
debug
(
$message
) {
8
$this
->
message
=
"JAJA is a stupid error message. Anyway, here's your message:
$message
"
;
9
}
10
}