mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
update
This commit is contained in:
parent
bb4339cd21
commit
b6d8ab7fb5
|
|
@ -107,8 +107,8 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
$this->module->apiDrawCreate($request, $response);
|
||||
|
||||
self::assertEquals('Draw Title', $response->get('')['response']->media->name);
|
||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
||||
self::assertEquals('Draw Title', $response->getDataArray('')['response']->media->name);
|
||||
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user