govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-168] Fatal error caused by custom search module in PHPUnit testing #925

Open suhyeonh opened 4 years ago

suhyeonh commented 4 years ago

Problem/Motivation

$themes = govcms_supported_themes(); govcms_core_insert_block('search_api_page', 'default_search', $themes, 'header', 0, 0, '', ''); function govcms_supported_themes is called in govcms_search_core.install file

This function is defined in govcms.install file that cannot be guranteed available all the time.

Proposed resolution

Move this function to govcms.profile