mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28:40 +00:00
bug fixes with unit testing
This commit is contained in:
parent
c934968393
commit
f75bfc2070
|
|
@ -143,7 +143,7 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
]);
|
||||
$this->module->apiSettingsAccountImageSet($request, $response);
|
||||
|
||||
$image = ProfileMapper::get(3)->image;
|
||||
$image = ProfileMapper::get($response->get('')['response']->getId())->image;
|
||||
self::assertEquals('Profile Logo', $image->name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user