Skip to content

Commit e43573d

Browse files
authored
Fix wording
1 parent d7de197 commit e43573d

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
@@ -525,7 +525,7 @@ Troubleshooting
525525
The ``@group time-sensitive`` and ``@group dns-sensitive`` annotations work
526526
"by convention" and assume that the namespace of the tested class can be
527527
obtained just by removing the ``Tests\`` part from the test namespace. I.e.
528-
that if the your test case fully-qualified class name (FQCN) is
528+
if your test case's fully-qualified class name (FQCN) is
529529
``App\Tests\Watch\DummyWatchTest``, it assumes the tested class namespace
530530
is ``App\Watch``.
531531

0 commit comments

Comments
 (0)