-
Notifications
You must be signed in to change notification settings - Fork 183
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
automated tests #334
Labels
help wanted
Need help on this issue
Milestone
Comments
4.2 gives off more deprecation errors: PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Testing vendor/friendsofsymfony/message-bundle/Tests
I................ 17 / 17 (100%)
Time: 7.72 seconds, Memory: 24.00MB
OK, but incomplete, skipped, or risky tests!
Tests: 17, Assertions: 29, Incomplete: 1.
Remaining deprecation notices (3)
2x: A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
2x in FunctionalTest::testController from FOS\MessageBundle\Tests\Functional
1x: The "FOS\MessageBundle\Controller\MessageController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
1x in FunctionalTest::testController from FOS\MessageBundle\Tests\Functional |
tests pass(ish), but these notices will need fixing |
this has been fixed in branch https://github.com/FriendsOfSymfony/FOSMessageBundle/tree/1.4 moving discussion to #332 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
similar to #333 , exists but not mentioned in docs
also has the following results with deprecation notices on 4.0 (probably not an issue, testing on latest in a moment):
The text was updated successfully, but these errors were encountered: