X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FMockApiQueryBase.php;h=9915a38d0a457debe57dce81d5bbbea3a41bdd62;hb=4260b0f8a9bb89d92c39a61d8c48a31007b7240f;hp=f5b50e5a59193fbea38245c2917a6e21fa2f2421;hpb=04fdc78370dbc042116488d6826e19bf3910273b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/MockApiQueryBase.php b/tests/phpunit/includes/api/MockApiQueryBase.php index f5b50e5a59..9915a38d0a 100644 --- a/tests/phpunit/includes/api/MockApiQueryBase.php +++ b/tests/phpunit/includes/api/MockApiQueryBase.php @@ -12,4 +12,8 @@ class MockApiQueryBase extends ApiQueryBase { public function getModuleName() { return $this->name; } + + public function getModulePath() { + return 'query+' . $this->getModuleName(); + } }