From e43573d9876cf446bba4aa423aedadeeaa84a908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Wed, 19 Feb 2020 14:13:17 +0100 Subject: [PATCH] Fix wording --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 409647e3a0c..db3c029efd1 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -525,7 +525,7 @@ Troubleshooting The ``@group time-sensitive`` and ``@group dns-sensitive`` annotations work "by convention" and assume that the namespace of the tested class can be obtained just by removing the ``Tests\`` part from the test namespace. I.e. -that if the your test case fully-qualified class name (FQCN) is +if your test case's fully-qualified class name (FQCN) is ``App\Tests\Watch\DummyWatchTest``, it assumes the tested class namespace is ``App\Watch``.