laracasts / Integrated

Simple, intuitive integration testing with PHPUnit.
https://laracasts.com/series/intuitive-integration-testing
MIT License
474 stars 87 forks source link

Access Level Error with Laravel 5.4 #147

Open ashfakshibli opened 7 years ago

ashfakshibli commented 7 years ago

While running example according to setup getting this error. Any solution? Fatal error: Access level to Laracasts\Integrated\Extensions\Traits\LaravelTestCase::get() must be public (as in class Illuminate\Foundation\Testing\TestCase) in D:\SoftProjects\CodeCuet\vendor\laracasts\integrated\src\Extensions\Laravel.php on line 9

PHP Fatal error: Access level to Laracasts\Integrated\Extensions\Traits\LaravelTestCase::get() must be public (as in class Illuminate\Foundation\Testing\TestCase) in D:\SoftProjects\CodeCuet\vendor\laracasts\integrated\src\Extensions\Laravel.php on line 9

morawcik commented 7 years ago

Same for me :(