X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fparser%2FParserTestMockParser.php;h=067905e14700d9c788a52d2ec23565a3e92eed98;hb=2be48ce3ac42b4134aa0b4973e446eb65d388612;hp=0757b34cfb69598b2306d90f91d797e9654e09f7;hpb=dae4c94d893057345f62a3d498fb85c0a54de5a6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/ParserTestMockParser.php b/tests/parser/ParserTestMockParser.php index 0757b34cfb..067905e147 100644 --- a/tests/parser/ParserTestMockParser.php +++ b/tests/parser/ParserTestMockParser.php @@ -17,4 +17,8 @@ class ParserTestMockParser { ) { return new ParserOutput; } + + public function getOutput() { + return new ParserOutput; + } }