diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a5dec69..99fb4f8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -5,6 +5,8 @@ * Functions that need to be loaded on every Drupal request. */ +require_once DRUPAL_ROOT . '/sites/all/modules/code_coverage/code_coverage.xdebug.inc'; + /** * The current system version. */