Skip to content

Commit d5df2b3

Browse files
Fix CS/WS issue
1 parent 0c9207e commit d5df2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestRunner/TestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function run(TestCase $test): void
185185
/**
186186
* Workaround for tests that fail due to mock object expectations
187187
* that are verified while the test is running and not after the
188-
* test has finished running
188+
* test has finished running.
189189
*
190190
* @see https://github.com/sebastianbergmann/phpunit/issues/6138
191191
*/

0 commit comments

Comments
 (0)