Skip to content
Snippets Groups Projects
Commit d262ea5f authored by Yutong Li's avatar Yutong Li Committed by Yas Naoi
Browse files

Issue #3244513 by yas: Hotfix - Add test cases for Cloud Admin Setting forms (Settings)

parent d14be5dc
No related branches found
No related tags found
No related merge requests found
......@@ -47,24 +47,4 @@ trait CloudFormTrait {
}
}
/**
* Get the items per page on Pager options, Views, Cloud Settings.
*
* @return array
* Array of items per page.
*/
private function getItemsPerPage(): array {
return [10, 15, 20, 25, 50, 100];
}
/**
* Get the Geocoder Plugin on Cloud Settings.
*
* @return array
* Array of items per page.
*/
private function getGeocoderPluginOptions(): array {
return ['random', 'openstreetmap', 'nominatim'];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment