assertIsArray($parent->links); $this->assertEquals( [ 'text' => ['route' => '/table/structure', 'params' => ['db' => null, 'table' => null]], 'icon' => ['route' => '/table/structure', 'params' => ['db' => null, 'table' => null]], ], $parent->links ); $this->assertEquals('columns', $parent->realName); } }