d13r / laravel-breadcrumbs

Please see the Diglactic fork.
https://github.com/diglactic/laravel-breadcrumbs
2.34k stars 416 forks source link

Travis CI job failing on PHP 7.2 #170

Closed d13r closed 6 years ago

d13r commented 6 years ago
OK (93 tests, 130 assertions)

Generating code coverage report in Clover XML format ...PHP Fatal error:  Uncaught Illuminate\Contracts\Container\BindingResolutionException: Target [Illuminate\Contracts\Debug\ExceptionHandler] is not instantiable. in /home/travis/build/davejamesmiller/laravel-breadcrumbs/vendor/laravel/framework/src/Illuminate/Container/Container.php:933

https://travis-ci.org/davejamesmiller/laravel-breadcrumbs/jobs/341426051#L599

Doesn't affect the actual tests, just the code coverage report I think...

Works fine on PHP 7.1:

OK (93 tests, 130 assertions)
Generating code coverage report in Clover XML format ... done

https://travis-ci.org/davejamesmiller/laravel-breadcrumbs/jobs/341426052#L644

d13r commented 6 years ago

Seems to be working now. No idea why!