diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 96fe057b3eb499e820cefd7cab4c5c762a5354a1..c292309689335f359d03f7f04998de1d8dbc147e 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -42,6 +42,7 @@ set_include_path( realpath(dirname(__FILE__)).'/../library'
                  . PATH_SEPARATOR . get_include_path());
 
 // Includes de base
+include_once "local.php";
 include_once( "fonctions/fonctions.php");
 require_once "Zend/Loader.php";
 require_once "library/startup.php";