X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FMockApiQueryBase.php;h=f5b50e5a59193fbea38245c2917a6e21fa2f2421;hb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;hp=4bede51915ddaf812a92667d461e5830d6c1867c;hpb=adbadb9ee62284d70d9e7763379ab3b4eb6bde6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/MockApiQueryBase.php b/tests/phpunit/includes/api/MockApiQueryBase.php index 4bede51915..f5b50e5a59 100644 --- a/tests/phpunit/includes/api/MockApiQueryBase.php +++ b/tests/phpunit/includes/api/MockApiQueryBase.php @@ -1,11 +1,15 @@ name = $name; } - public function __construct() { + public function getModuleName() { + return $this->name; } }