File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,11 @@ parameters:
240
240
count : 1
241
241
path : test/End2End/End2EndTest.php
242
242
243
+ -
244
+ message : " #^Comparison operation \"\\ <\" between 50102 and 40300 is always false\\ .$#"
245
+ count : 1
246
+ path : test/End2End/End2EndTest.php
247
+
243
248
-
244
249
message : " #^Method Sentry\\\\ SentryBundle\\\\ Test\\\\ ErrorTypesParserTest\\ :\\ :testParse\\ (\\ ) has parameter \\ $value with no typehint specified\\ .$#"
245
250
count : 1
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public function testGet500(): void
119
119
120
120
public function testMessengerCaptureHardFailure (): void
121
121
{
122
- if (! interface_exists (MessageBusInterface::class)) {
122
+ if (! interface_exists (MessageBusInterface::class) || Kernel:: VERSION_ID < 40300 ) {
123
123
$ this ->markTestSkipped ('Messenger missing ' );
124
124
}
125
125
You can’t perform that action at this time.
0 commit comments