mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-11 16:48:42 +00:00
Add test cases for null models
This commit is contained in:
parent
7e4765ba16
commit
288821dd17
|
|
@ -23,7 +23,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttribute
|
* @covers Modules\EventManagement\Models\NullEventAttribute
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testNull() : void
|
public function testNull() : void
|
||||||
{
|
{
|
||||||
|
|
@ -32,7 +32,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttribute
|
* @covers Modules\EventManagement\Models\NullEventAttribute
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testId() : void
|
public function testId() : void
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ final class NullEventAttributeTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttribute
|
* @covers Modules\EventManagement\Models\NullEventAttribute
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testJsonSerialize() : void
|
public function testJsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testNull() : void
|
public function testNull() : void
|
||||||
{
|
{
|
||||||
|
|
@ -32,7 +32,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testId() : void
|
public function testId() : void
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ final class NullEventAttributeTypeTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
* @covers Modules\EventManagement\Models\NullEventAttributeType
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testJsonSerialize() : void
|
public function testJsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testNull() : void
|
public function testNull() : void
|
||||||
{
|
{
|
||||||
|
|
@ -32,7 +32,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testId() : void
|
public function testId() : void
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ final class NullEventAttributeValueTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
* @covers Modules\EventManagement\Models\NullEventAttributeValue
|
||||||
* @group framework
|
* @group module
|
||||||
*/
|
*/
|
||||||
public function testJsonSerialize() : void
|
public function testJsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user