Skip to content

Commit 643a1bd

Browse files
Merge branch '11.5' into 12.0
2 parents a0bdfc5 + d5df2b3 commit 643a1bd

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
@@ -180,7 +180,7 @@ public function run(TestCase $test): void
180180
/**
181181
* Workaround for tests that fail due to mock object expectations
182182
* that are verified while the test is running and not after the
183-
* test has finished running
183+
* test has finished running.
184184
*
185185
* @see https://github.com/sebastianbergmann/phpunit/issues/6138
186186
*/

0 commit comments

Comments
 (0)