summaryrefslogtreecommitdiff
path: root/tests/units/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r--tests/units/Base.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php
index 0a045a09..a48ae5ec 100644
--- a/tests/units/Base.php
+++ b/tests/units/Base.php
@@ -1,6 +1,9 @@
<?php
require __DIR__.'/../../vendor/autoload.php';
+
+define('LDAP_SERVER', 'my_ldap_server');
+
require __DIR__.'/../../app/constants.php';
use Symfony\Component\EventDispatcher\EventDispatcher;