diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2016-05-26 17:39:41 +0100 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2016-05-26 18:04:51 +0100 |
commit | 76a91c672213a17cb0de82f20e7a28c6f014eacf (patch) | |
tree | a44608bb9044b38b41c2945bda0d8025749c0911 /phpunit.xml.dist | |
parent | 912d813c7345ffe97ddcf1469bd3223fdf27d538 (diff) | |
download | monolog-76a91c672213a17cb0de82f20e7a28c6f014eacf.zip monolog-76a91c672213a17cb0de82f20e7a28c6f014eacf.tar.gz monolog-76a91c672213a17cb0de82f20e7a28c6f014eacf.tar.bz2 |
Set default date format to have a timezone, fixes #196
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 20d82b6..54da281 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit bootstrap="vendor/autoload.php" colors="true"> +<phpunit bootstrap="tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="Monolog Test Suite"> <directory>tests/Monolog/</directory> |