Skip to content
Snippets Groups Projects
Commit 04077e5b authored by Laurent's avatar Laurent
Browse files

Fix running phpunit tests in docker environment

parent a6cc931c
Branches
Tags
3 merge requests!3297WIP: Master,!3284Master,!3278Dev#94557 contractuel connecteur whisperies
Pipeline #8520 passed with stage
in 39 minutes and 59 seconds
......@@ -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";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment