mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 03:38:41 +00:00
Add test cases for null models
This commit is contained in:
parent
2063ce5d53
commit
1b21b4007c
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user