You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,7 +110,9 @@ public function testNotifyWithAWarning(): void
109
110
0
110
111
));
111
112
112
-
$this->assertStringContainsString('There was at least one pattern that did not match any covered classes. Please consider removing them', $this->output);
113
+
$this->assertStringContainsString('There was at least one pattern that', $this->output);
114
+
$this->assertStringContainsString('did not match any covered classes.', $this->output);
@@ -282,7 +289,9 @@ public function testDivideByZero(): void
282
289
0
283
290
));
284
291
285
-
$this->assertStringContainsString('There was at least one pattern that did not match any covered classes. Please consider removing them', $this->output);
292
+
$this->assertStringContainsString('There was at least one pattern that', $this->output);
293
+
$this->assertStringContainsString('did not match any covered classes.', $this->output);
@@ -316,7 +325,9 @@ public function testNotifyWhenNoTrackedLines(): void
316
325
0
317
326
));
318
327
319
-
$this->assertStringContainsString('There was at least one pattern that did not match any covered classes. Please consider removing them', $this->output);
328
+
$this->assertStringContainsString('There was at least one pattern that', $this->output);
329
+
$this->assertStringContainsString('did not match any covered classes.', $this->output);
0 commit comments