diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
commit | 710f2c7bb046b43ec9878ae795a181101f6d7515 (patch) | |
tree | b62723b6b49c3b6bf2b3ca41a772f552464a9031 /tests/units/Base.php | |
parent | 94b38dd94bd819168163003beec8ef693f9d9839 (diff) |
Improve unit tests
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 3 |
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; |