'name', 'key' => 'key']); $this->assertIsArray($parent->links); $this->assertEquals( [ '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 ); } }