We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6ebd6 commit 7777bdbCopy full SHA for 7777bdb
tests/Subscriber/Application/ApplicationFinishedSubscriberTest.php
@@ -331,7 +331,7 @@ public function testNotifyWithNonExistingCloverFile(): void
331
timer: $this->timer,
332
);
333
334
- $this->expectExceptionObject(new \RuntimeException('Clover XML file not found at: /var/www/tests/clover-wrong.xml'));
+ $this->expectExceptionMessage('Clover XML file not found at:');
335
$subscriber->notify(event: new Finished(
336
new Info(
337
current: new Snapshot(
0 commit comments