mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-07 15:58:42 +00:00
fix @covers
This commit is contained in:
parent
a1b2a88cde
commit
fb242e680a
|
|
@ -24,6 +24,10 @@ use phpOMS\Utils\RnG\Text;
|
|||
*/
|
||||
class KanbanBoardMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Kanban\Models\KanbanBoardMapper
|
||||
* @group module
|
||||
*/
|
||||
public function testCRUD() : void
|
||||
{
|
||||
$board = new KanbanBoard();
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@ use phpOMS\Utils\RnG\Text;
|
|||
*/
|
||||
class KanbanColumnMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Kanban\Models\KanbanColumnMapper
|
||||
* @group module
|
||||
*/
|
||||
public function testCRUD() : void
|
||||
{
|
||||
$column = new KanbanColumn();
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ use phpOMS\Utils\RnG\Text;
|
|||
*/
|
||||
class KanbanCardCommentMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Kanban\Models\KanbanCardCommentMapper
|
||||
* @group module
|
||||
*/
|
||||
public function testCRUD() : void
|
||||
{
|
||||
$comment = new KanbanCardComment();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user