From 1b21b4007cbd2bb0a5173f415bec4fcb1bbce094 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 16 Oct 2023 23:39:39 +0000 Subject: [PATCH] Add test cases for null models --- tests/Models/NullInvestmentTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Models/NullInvestmentTest.php b/tests/Models/NullInvestmentTest.php index 0d6a19d..bb585be 100644 --- a/tests/Models/NullInvestmentTest.php +++ b/tests/Models/NullInvestmentTest.php @@ -23,7 +23,7 @@ final class NullInvestmentTest extends \PHPUnit\Framework\TestCase { /** * @covers Modules\InvestmentManagement\Models\NullInvestment - * @group framework + * @group module */ public function testNull() : void { @@ -32,7 +32,7 @@ final class NullInvestmentTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\InvestmentManagement\Models\NullInvestment - * @group framework + * @group module */ public function testId() : void { @@ -42,7 +42,7 @@ final class NullInvestmentTest extends \PHPUnit\Framework\TestCase /** * @covers Modules\InvestmentManagement\Models\NullInvestment - * @group framework + * @group module */ public function testJsonSerialize() : void {