Closed ravisharmaa closed 6 years ago
I found out it to be the L5.3's issue, it can be closed.
You can also close the issue yourself @ravisharmaa 🙂
thanks @svenluijten
Just in case anyone else is following along using 5.3 and runs into this issue, the easiest way to get around it is to use the latest unreleased version of Laravel 5.3.
Run this in your terminal:
composer require laravel/framework:5.3.x-dev
...or change your laravel/framework
dependency in your composer.json file to 5.3.x-dev
.
When going through the lesson Testing Query Scopes. I found this issue. I am using php 7.2, and in a complete trouble regarding this. My configuration is
php 7.2.9 (NTS)-> installed via brew.
The error message when trying to run the test
concerts_with_a_published_at_date_are_published