mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 17:58:41 +00:00
fix tests
This commit is contained in:
parent
f72c717907
commit
a1120f8bde
|
|
@ -196,6 +196,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
self::assertEquals(RequestStatusCode::R_400, $response->header->status);
|
self::assertEquals(RequestStatusCode::R_400, $response->header->status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[\PHPUnit\Framework\Attributes\Depends('testCreateEditorDoc')]
|
||||||
#[\PHPUnit\Framework\Attributes\Group('module')]
|
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||||
public function testUpdateEditorDoc() : void
|
public function testUpdateEditorDoc() : void
|
||||||
{
|
{
|
||||||
|
|
@ -213,6 +214,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
self::assertEquals(1, $response->getDataArray('')['response']->id);
|
self::assertEquals(1, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[\PHPUnit\Framework\Attributes\Depends('testUpdateEditorDoc')]
|
||||||
#[\PHPUnit\Framework\Attributes\Group('module')]
|
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||||
public function testGetEditorDoc() : void
|
public function testGetEditorDoc() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user