Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LaraPackagePort] Analyse for Laravel 5.5 #9

Closed
wants to merge 2 commits into from
Closed

[LaraPackagePort] Analyse for Laravel 5.5 #9

wants to merge 2 commits into from

Conversation

LKaemmerling
Copy link

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-tinker-tools/phpunit.xml.dist

E 1 / 1 (100%)

Time: 112 ms, Memory: 6.00MB

There was 1 error:

  1. Spatie\TinkerTools\Test\ShortClassNamesTest::it_can_register_short_name_classes
    Error: Class 'NamespacedClass' not found

/Users/lukaskammerling/Code/OSS/spatieLaravelphp5.5/storage/spatie.laravel-tinker-tools/tests/ShortClassNamesTest.php:27

ERRORS!
Tests: 1, Assertions: 1, 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant