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 96963b8 commit c812ab3Copy full SHA for c812ab3
src/Internal/TestLifecycle.php
@@ -239,7 +239,7 @@ public function attachReports(): self
239
if (!is_string($artifact)) {
240
continue;
241
}
242
- $dataSource = @file_exists($artifact) && !is_file($artifact)
+ $dataSource = @file_exists($artifact) && is_file($artifact)
243
? DataSourceFactory::fromFile($artifact)
244
: DataSourceFactory::fromString($artifact);
245
$this
0 commit comments