/**
  * @When /^I add to the search results the site's subsites$/
  */
 public function iAddToSearchResultsSubsites()
 {
     FeatureHelp::VariableSet('os_search_solr_include_subsites', TRUE);
 }