X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FMockApiQueryBase.php;h=f5b50e5a59193fbea38245c2917a6e21fa2f2421;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=4bede51915ddaf812a92667d461e5830d6c1867c;hpb=da39646ddc98bce9cc1243ab217428e449b5d9ae;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; } }