summaryrefslogtreecommitdiff
path: root/tests/units/Base.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-06 14:28:06 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-06 14:28:06 -0400
commitb0994ba68e7cbaa077d81006fb0f25bcbd049353 (patch)
tree218b4a1e289f1e6d05ca774486d3d259a4e5dfa7 /tests/units/Base.php
parent3c0b56bc0214d2b0ad561a9001240ae73dea8e64 (diff)
Add unit tests for LDAP and ReverseProxy auth
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r--tests/units/Base.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php
index a48ae5ec..0a045a09 100644
--- a/tests/units/Base.php
+++ b/tests/units/Base.php
@@ -1,9 +1,6 @@
<?php
require __DIR__.'/../../vendor/autoload.php';
-
-define('LDAP_SERVER', 'my_ldap_server');
-
require __DIR__.'/../../app/constants.php';
use Symfony\Component\EventDispatcher\EventDispatcher;