summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-06 11:19:06 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-06 11:19:06 -0400
commitbbeef353277d52953efcfec5281d5ce85d1500c4 (patch)
treedad8ab3922925d5deef8ebcb02562eee15524ef7 /tests
parentd9643dadbba2363b0277ad0e0aa75ac19c6df4af (diff)
Enable LDAP extension for travis-ci
Diffstat (limited to 'tests')
-rw-r--r--tests/php.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/php.ini b/tests/php.ini
index 7079a4e6..9f683297 100644
--- a/tests/php.ini
+++ b/tests/php.ini
@@ -1,2 +1,5 @@
short_open_tag = On
-date.timezone = UTC \ No newline at end of file
+date.timezone = UTC
+opcache.enable = Off
+opcache.enable_cli = Off
+extension=ldap.so \ No newline at end of file