From 6139ab53445059a48a2e5069056a1ad25ffd251e Mon Sep 17 00:00:00 2001 From: Nenad Ticaric Date: Mon, 23 Sep 2019 08:57:09 +0200 Subject: [PATCH] remove carbon --- phpunit.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phpunit.php b/phpunit.php index c0aa11f..9fcc7a7 100644 --- a/phpunit.php +++ b/phpunit.php @@ -9,7 +9,7 @@ | into the script here so that we do not have to worry about the | loading of any our classes "manually". Feels great to relax. | -*/ + */ require __DIR__.'/vendor/autoload.php'; /* |-------------------------------------------------------------------------- @@ -20,6 +20,5 @@ | if the timezone is not explicitly set. This will be used by each of | the PHP date and date-time functions throughout the application. | -*/ + */ date_default_timezone_set('UTC'); -Carbon\Carbon::setTestNow(Carbon\Carbon::now()); \ No newline at end of file