tests/bootstrap.php
@@ -32,7 +32,7 @@ require_once(INSTALL_PATH . 'program/include/iniset.php'); rcmail::get_instance('test')->config->set('devel_mode', false); rcmail::get_instance(0, 'test')->config->set('devel_mode', false); // Extend include path so some plugin test won't fail $include_path = ini_get('include_path') . PATH_SEPARATOR . TESTS_DIR . '..';