Closed this issue 6 years ago · 9 comments
Updated laravel and test bench
First problem (mockery no longer installed by default)
2nd issue (looks like some timing precision has changed):
Okay, this is now working:
I am not overly found of the solution: $date = Carbon::now( 'UTC')->endOfDay()->startOfSecond(); add this startOfSecond() call feels a bit weird.
$date = Carbon::now( 'UTC')->endOfDay()->startOfSecond();
startOfSecond()
But tests are green:
New issue: startOfSecond() doesnt exist in whatever version of Carbon ships with laravel 5.6
Solved:
will tag v2.1.0
https://github.com/clarkeash/doorman/releases/tag/v2.1.0
Thanks a lot for your time. Really appreciate it.
No problem 😄