-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Bump minimal requirements #33094
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
Bump minimal requirements #33094
Conversation
$this->expectException('Symfony\Component\DependencyInjection\Exception\RuntimeException'); | ||
$this->expectExceptionMessage('The definition for "\Symfony\Component\DependencyInjection\Tests\FooClass" has no class attribute, and appears to reference a class or interface. Please specify the class attribute explicitly or remove the leading backslash by renaming the service to "Symfony\Component\DependencyInjection\Tests\FooClass" to get rid of this error.'); | ||
$this->expectException('Symfony\Component\DependencyInjection\Exception\InvalidArgumentException'); | ||
$this->expectExceptionMessage('Service definition "\Symfony\Component\DependencyInjection\Tests\FooClass" has no class, and its name looks like a FQCN but it starts with a backslash; remove the leading backslash.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From CheckDefinitionValidityPass
!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps im onto something - #33092 (comment)
9d87545
to
4b1dcc5
Compare
$a[0] = &$a; | ||
/** | ||
* This test is identical to testFailingSerialization, but the tested data causes a segfault in PHP 7.2 | ||
* https://github.com/sebastianbergmann/phpunit/issues/3790. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened an issue in PHP https://bugs.php.net/78397
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed by #33110
f8430fe
to
c874d3b
Compare
Thank you @jderusse. |
This PR was merged into the 4.3 branch. Discussion ---------- Bump minimal requirements | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Follow up #33079 Fix failures with lowest requirements in branch 4.3 Commits ------- c874d3b Bump minimal requirements
Follow up #33079 Fix failures with lowest requirements in branch 4.3