mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-16 09:28: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,
|
'custom' => false,
|
||||||
'isRequired' => false,
|
'isRequired' => false,
|
||||||
'isInternal' => false,
|
'isInternal' => false,
|
||||||
'repeatable' => false,
|
'isRepeatable' => false,
|
||||||
],
|
],
|
||||||
$type->toArray()
|
$type->toArray()
|
||||||
);
|
);
|
||||||
|
|
@ -127,7 +127,7 @@ final class AttributeTypeTest extends \PHPUnit\Framework\TestCase
|
||||||
'custom' => false,
|
'custom' => false,
|
||||||
'isRequired' => false,
|
'isRequired' => false,
|
||||||
'isInternal' => false,
|
'isInternal' => false,
|
||||||
'repeatable' => false,
|
'isRepeatable' => false,
|
||||||
],
|
],
|
||||||
$type->jsonSerialize()
|
$type->jsonSerialize()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user