assertIsArray($parent->links); $this->assertEquals( [ 'text' => [ 'route' => '/database/routines', 'params' => ['item_type' => 'PROCEDURE', 'edit_item' => 1, 'db' => null, 'item_name' => null], ], 'icon' => [ 'route' => '/database/routines', 'params' => ['item_type' => 'PROCEDURE', 'execute_dialog' => 1, 'db' => null, 'item_name' => null], ], ], $parent->links ); } }