diff options
author | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
commit | e228c2ed32593cdbf35992d60e7408dd2c0e33e0 (patch) | |
tree | b6ff696d625712ad4ba8d71223505858bdbf1e0e /vendor/sabre/dav/tests/bootstrap.php | |
parent | f29f8a1b40ba68db66c22bbb824371296c86ac8c (diff) | |
parent | 03b31d113ea316c8384a4cbf3d27ca22bb528eac (diff) | |
download | volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.gz volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.bz2 volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.zip |
Merge pull request #513 from dawnbreak/master
Some documentation for include/reddav.php and a new tpl-file.
Diffstat (limited to 'vendor/sabre/dav/tests/bootstrap.php')
-rw-r--r-- | vendor/sabre/dav/tests/bootstrap.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/sabre/dav/tests/bootstrap.php b/vendor/sabre/dav/tests/bootstrap.php index c3be7366c..a6493ce6b 100644 --- a/vendor/sabre/dav/tests/bootstrap.php +++ b/vendor/sabre/dav/tests/bootstrap.php @@ -7,9 +7,10 @@ define('SABRE_MYSQLPASS',''); set_include_path(__DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR . get_include_path()); include __DIR__ . '/../vendor/autoload.php'; +include 'Sabre/TestUtil.php'; include 'Sabre/DAVServerTest.php'; -date_default_timezone_set('GMT'); +date_default_timezone_set('UTC'); define("SABRE_TEMPDIR",dirname(__FILE__) . '/temp/'); |