Skip to content

Commit 00d6407

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fixed CoverageListener usage with custom SUT solver
2 parents 756b194 + 733aeaf commit 00d6407

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
@@ -952,7 +952,7 @@ your application, you can use your own SUT (System Under Test) solver:
952952
</listeners>
953953
954954
The ``My\Namespace\SutSolver::solve`` can be any PHP callable and receives the
955-
current test classname as its first argument.
955+
current test as its first argument.
956956

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

0 commit comments

Comments
 (0)