mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-01-11 16:48:41 +00:00
fix tests
This commit is contained in:
parent
39f6a23ebf
commit
5f89a70b79
|
|
@ -109,7 +109,7 @@ final class AttributeTypeTest extends \PHPUnit\Framework\TestCase
|
|||
'custom' => false,
|
||||
'isRequired' => false,
|
||||
'isInternal' => false,
|
||||
'repeatable' => false,
|
||||
'isRepeatable' => false,
|
||||
],
|
||||
$type->toArray()
|
||||
);
|
||||
|
|
@ -127,7 +127,7 @@ final class AttributeTypeTest extends \PHPUnit\Framework\TestCase
|
|||
'custom' => false,
|
||||
'isRequired' => false,
|
||||
'isInternal' => false,
|
||||
'repeatable' => false,
|
||||
'isRepeatable' => false,
|
||||
],
|
||||
$type->jsonSerialize()
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user