Skip to content

Commit

Permalink
remove carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed Sep 23, 2019
1 parent a297603 commit 6139ab5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
/*
|--------------------------------------------------------------------------
Expand All @@ -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());

0 comments on commit 6139ab5

Please sign in to comment.