Skip to content

Commit 7777bdb

Browse files
ISSUE #21: Allow to use absolute path to reference clover file
1 parent 5e6ebd6 commit 7777bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Subscriber/Application/ApplicationFinishedSubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function testNotifyWithNonExistingCloverFile(): void
331331
timer: $this->timer,
332332
);
333333

334-
$this->expectExceptionObject(new \RuntimeException('Clover XML file not found at: /var/www/tests/clover-wrong.xml'));
334+
$this->expectExceptionMessage('Clover XML file not found at:');
335335
$subscriber->notify(event: new Finished(
336336
new Info(
337337
current: new Snapshot(

0 commit comments

Comments
 (0)