Skip to content

Commit 733aeaf

Browse files
committed
minor #13251 Fixed CoverageListener usage with custom SUT solver (lyrixx)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed CoverageListener usage with custom SUT solver Commits ------- aeb4053 Fixed CoverageListener usage with custom SUT solver
2 parents 6d428b8 + aeb4053 commit 733aeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ your application, you can use your own SUT (System Under Test) solver:
710710
</listeners>
711711
712712
The ``My\Namespace\SutSolver::solve`` can be any PHP callable and receives the
713-
current test classname as its first argument.
713+
current test as its first argument.
714714

715715
Finally, the listener can also display warning messages when the SUT solver does
716716
not find the SUT:

0 commit comments

Comments
 (0)