Skip to content

Commit c64cc82

Browse files
Delete temporary file
1 parent 27bb664 commit c64cc82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/end-to-end/metadata/targeting-traits-with-coversclass-attribute-is-deprecated.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require __DIR__ . '/../../bootstrap.php';
2525
print file_get_contents($traceFile);
2626

2727
unlink($traceFile);
28+
unlink($coverageFile);
2829
--EXPECTF--
2930
PHPUnit Started (PHPUnit %s using %s)
3031
Test Runner Configured

tests/end-to-end/metadata/targeting-traits-with-usesclass-attribute-is-deprecated.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require __DIR__ . '/../../bootstrap.php';
2525
print file_get_contents($traceFile);
2626

2727
unlink($traceFile);
28+
unlink($coverageFile);
2829
--EXPECTF--
2930
PHPUnit Started (PHPUnit %s using %s)
3031
Test Runner Configured

0 commit comments

Comments
 (0)