Skip to content

Commit a9c5d63

Browse files
committed
uniform error message format
1 parent 7e9dd40 commit a9c5d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Runner/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function_exists('opcache_compile_file') &&
132132
ini_get('opcache.enable_cli') === '1'
133133
) {
134134
EventFacade::emitter()->testRunnerTriggeredPhpunitWarning(
135-
'Code coverage might produce unreliable results when OPCache is enabled.',
135+
'Code coverage might produce unreliable results when OPCache is enabled',
136136
);
137137
}
138138

tests/end-to-end/code-coverage/warn-when-opcache-enabled.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Time: %s, Memory: %s MB
3737

3838
There was 1 PHPUnit test runner warning:
3939

40-
1) Code coverage might produce unreliable results when OPCache is enabled.
40+
1) Code coverage might produce unreliable results when OPCache is enabled
4141

4242
OK, but there were issues!
4343
Tests: 1, Assertions: 1, PHPUnit Warnings: 1.

0 commit comments

Comments
 (0)