mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-02-14 11:18:42 +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
|
* @covers Modules\InvestmentManagement\Models\NullInvestment
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testNull() : void
|
public function testNull() : void
|
||||||
{
|
{
|
||||||
|
|
@ -32,7 +32,7 @@ final class NullInvestmentTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\InvestmentManagement\Models\NullInvestment
|
* @covers Modules\InvestmentManagement\Models\NullInvestment
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testId() : void
|
public function testId() : void
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ final class NullInvestmentTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\InvestmentManagement\Models\NullInvestment
|
* @covers Modules\InvestmentManagement\Models\NullInvestment
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testJsonSerialize() : void
|
public function testJsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user