Fix inability of fetching message object
authorAleksey Bekh-Ivanov (WMDE) <aleksey.bekh-ivanov@wikimedia.de>
Tue, 26 Sep 2017 12:01:30 +0000 (14:01 +0200)
committerAleksey Bekh-Ivanov (WMDE) <aleksey.bekh-ivanov@wikimedia.de>
Wed, 4 Oct 2017 13:24:42 +0000 (15:24 +0200)
commit42f822a949ea549751f4de810fd76bc9f4f5db01
treeea63d34720c5a503c362c1942f544373965a5f46
parenta7591b14668ca05be0ea5aa65fbab108c5d5ad4c
Fix inability of fetching message object

Fatal error was happening due to the fact that ApiUsageException was
trying to call `getMessage()` on StatusValue which doesn't have this
method.

Change-Id: Idd9c7d47d9e24a6a32db6daf75a827bf958c9b76
includes/api/ApiUsageException.php
tests/phpunit/includes/api/ApiUsageExceptionTest.php [new file with mode: 0644]