mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
fix @covers
This commit is contained in:
parent
1f67d01a17
commit
ba6a263cc5
|
|
@ -26,6 +26,10 @@ use phpOMS\Localization\ISO639x1Enum;
|
|||
*/
|
||||
class L11nTagMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Tag\Models\L11nTagMapper
|
||||
* @group module
|
||||
*/
|
||||
public function testCR() : void
|
||||
{
|
||||
$tag = new Tag();
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ use phpOMS\Localization\ISO639x1Enum;
|
|||
*/
|
||||
class L11nTagTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Tag\Models\L11nTag
|
||||
* @group module
|
||||
*/
|
||||
public function testDefault() : void
|
||||
{
|
||||
$tag = new L11nTag();
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@ use Modules\Tag\Models\TagType;
|
|||
*/
|
||||
class TagMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Tag\Models\TagMapper
|
||||
* @group module
|
||||
*/
|
||||
public function testCR() : void
|
||||
{
|
||||
$tag = new Tag();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user