@@ -451,3 +451,50 @@ class BootstrapMiscTestCase extends DrupalUnitTestCase {
$this->assertIdentical(drupal_array_merge_deep($link_options_1,$link_options_2),$expected,t('drupal_array_merge_deep() returned a properly merged array.'));
}
}
/**
* Tests for overriding server variables via the API.