spatie / laravel-model-cleanup

Clean up unneeded records
https://freek.dev/410-a-laravel-package-to-clean-up-models
MIT License
399 stars 42 forks source link

[LaraPackagePort] Analyse for Laravel 5.5 #11

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-model-cleanup/phpunit.xml.dist

.... 4 / 4 (100%)

Time: 14.97 seconds, Memory: 18.00MB

OK (4 tests, 8 assertions)

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

Generating code coverage report in HTML format ... done

Nice looks really good! There are no Errors so it might work in Laravel 5.5 without any adjustments

LKaemmerling commented 7 years ago

@freekmurze This is mergeable (all Tests are OK)