'name', 'key' => 'key']); self::assertIsArray($parent->links); self::assertSame([ 'text' => [ 'route' => '/table/structure/change', 'params' => ['change_column' => 1, 'db' => null, 'table' => null, 'field' => null], ], 'icon' => [ 'route' => '/table/structure/change', 'params' => ['change_column' => 1, 'db' => null, 'table' => null, 'field' => null], ], 'title' => 'Structure', ], $parent->links); } }