diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-20 11:19:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-20 11:19:44 -0400 |
commit | d3f789764dcf90923a0d0f639dd2ee56b1177f84 (patch) | |
tree | e71980ab55941f902ffd94f50cc7a35360696483 /tests/units/Base.php | |
parent | cb0916d10e4a42a62f0ac8c69ecb4b7a15f398b4 (diff) |
Change travis-ci configuration
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index d2190c32..1bbd62f8 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -9,8 +9,6 @@ use Symfony\Component\Stopwatch\Stopwatch; use SimpleLogger\Logger; use SimpleLogger\File; -date_default_timezone_set('UTC'); - class FakeHttpClient { private $url = ''; |