mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-16 08:18:41 +00:00
fix tests
This commit is contained in:
parent
da6056e0cd
commit
e41b0d2d98
|
|
@ -97,6 +97,7 @@ trait ApiBillControllerTrait
|
||||||
|
|
||||||
$this->module->apiNoteCreate($request, $response);
|
$this->module->apiNoteCreate($request, $response);
|
||||||
self::assertEquals('ok', $response->getDataArray('')['status']);
|
self::assertEquals('ok', $response->getDataArray('')['status']);
|
||||||
|
var_dump($response->getDataArray('')['response']);
|
||||||
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user