From 288821dd1710f91adce6fe0faee50910df755733 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 16 Oct 2023 23:39:38 +0000 Subject: [PATCH] Add test cases for null models --- tests/Models/NullEventAttributeTest.php | 6 +++--- tests/Models/NullEventAttributeTypeTest.php | 6 +++--- tests/Models/NullEventAttributeValueTest.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/Models/NullEventAttributeTest.php b/tests/Models/NullEventAttributeTest.php index 630ac62..4d0c81b 100644 --- a/tests/Models/NullEventAttributeTest.php +++ b/tests/Models/NullEventAttributeTest.php @@ -23,7 +23,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase { /** * @covers Modules\EventManagement\Models\NullEventAttribute - * @group framework + * @group module */ public function testNull() : void { @@ -32,7 +32,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttribute - * @group framework + * @group module */ public function testId() : void { @@ -42,7 +42,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttribute - * @group framework + * @group module */ public function testJsonSerialize() : void { diff --git a/tests/Models/NullEventAttributeTypeTest.php b/tests/Models/NullEventAttributeTypeTest.php index f1e14a1..dc4616b 100644 --- a/tests/Models/NullEventAttributeTypeTest.php +++ b/tests/Models/NullEventAttributeTypeTest.php @@ -23,7 +23,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase { /** * @covers Modules\EventManagement\Models\NullEventAttributeType - * @group framework + * @group module */ public function testNull() : void { @@ -32,7 +32,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttributeType - * @group framework + * @group module */ public function testId() : void { @@ -42,7 +42,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttributeType - * @group framework + * @group module */ public function testJsonSerialize() : void { diff --git a/tests/Models/NullEventAttributeValueTest.php b/tests/Models/NullEventAttributeValueTest.php index 7a39646..7728259 100644 --- a/tests/Models/NullEventAttributeValueTest.php +++ b/tests/Models/NullEventAttributeValueTest.php @@ -23,7 +23,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase { /** * @covers Modules\EventManagement\Models\NullEventAttributeValue - * @group framework + * @group module */ public function testNull() : void { @@ -32,7 +32,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttributeValue - * @group framework + * @group module */ public function testId() : void { @@ -42,7 +42,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\EventManagement\Models\NullEventAttributeValue - * @group framework + * @group module */ public function testJsonSerialize() : void {