spatie / laravel-glide

Easily convert images with Glide
https://freek.dev/2015/12/easily-convert-images-with-glide/
MIT License
424 stars 51 forks source link

[LaraPackagePort] Analyse for Laravel 5.5 #68

Closed LKaemmerling closed 7 years ago

LKaemmerling commented 7 years ago

This Pull-Requests help you to prepare your Package for Laravel 5.5. I've tested it automated and this was the PHPUnit Result: PHPUnit 6.3-dev by Sebastian Bergmann and contributors.

Runtime: PHP 7.1.7 with Xdebug 2.5.5 Configuration: /Users/lukaskammerling/Code/OSS/spatieLaravelphp5.5/storage/spatie.laravel-glide/phpunit.xml.dist

..E. 4 / 4 (100%)

Time: 1.54 seconds, Memory: 14.00MB

There was 1 error:

1) Spatie\Glide\Test\Integration\GlideImageTest::it_will_throw_an_exception_if_the_source_file_does_not_exist Error: Call to undefined method Spatie\Glide\Test\Integration\GlideImageTest::setExpectedException()

/Users/lukaskammerling/Code/OSS/spatieLaravelphp5.5/storage/spatie.laravel-glide/tests/Integration/GlideImageTest.php:36

ERRORS! Tests: 4, Assertions: 6, Errors: 1.

Generating code coverage report in Clover XML format ... done

Generating code coverage report in HTML format ... done

So there are some errors, but it could work!