mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-17 04:38:41 +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
|
class KanbanBoardMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @covers Modules\Kanban\Models\KanbanBoardMapper
|
||||||
|
* @group module
|
||||||
|
*/
|
||||||
public function testCRUD() : void
|
public function testCRUD() : void
|
||||||
{
|
{
|
||||||
$board = new KanbanBoard();
|
$board = new KanbanBoard();
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,10 @@ use phpOMS\Utils\RnG\Text;
|
||||||
*/
|
*/
|
||||||
class KanbanColumnMapperTest extends \PHPUnit\Framework\TestCase
|
class KanbanColumnMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @covers Modules\Kanban\Models\KanbanColumnMapper
|
||||||
|
* @group module
|
||||||
|
*/
|
||||||
public function testCRUD() : void
|
public function testCRUD() : void
|
||||||
{
|
{
|
||||||
$column = new KanbanColumn();
|
$column = new KanbanColumn();
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,10 @@ use phpOMS\Utils\RnG\Text;
|
||||||
*/
|
*/
|
||||||
class KanbanCardCommentMapperTest extends \PHPUnit\Framework\TestCase
|
class KanbanCardCommentMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @covers Modules\Kanban\Models\KanbanCardCommentMapper
|
||||||
|
* @group module
|
||||||
|
*/
|
||||||
public function testCRUD() : void
|
public function testCRUD() : void
|
||||||
{
|
{
|
||||||
$comment = new KanbanCardComment();
|
$comment = new KanbanCardComment();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user