mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 15:58:41 +00:00
fix jsonSerialize function call
This commit is contained in:
parent
eaf689d29e
commit
727bc820a4
|
|
@ -47,6 +47,6 @@ final class NullNavElementTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testJsonSerialize() : void
|
public function testJsonSerialize() : void
|
||||||
{
|
{
|
||||||
$null = new NullNavElement(2);
|
$null = new NullNavElement(2);
|
||||||
self::assertEquals(['id' => 2], $null);
|
self::assertEquals(['id' => 2], $null->jsonSerialize());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user