File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,10 @@ Troubleshooting
207207~~~~~~~~~~~~~~~
208208
209209The ``@group time-sensitive `` works "by convention" and assumes that the
210- namespace of the tested class can be obtained just by removing the ``\ Tests\ ``
210+ namespace of the tested class can be obtained just by removing the ``Tests\ ``
211211part from the test namespace. I.e. that if the your test case fully-qualified
212212class name (FQCN) is ``App\Tests\Watch\DummyWatchTest ``, it assumes the tested
213- class FQCN is ``App\Watch\DummyWatch ``.
213+ class namespace is ``App\Watch ``.
214214
215215If this convention doesn't work for your application, you can also configure
216216the mocked namespaces in the ``phpunit.xml `` file, as done for example in the
You can’t perform that action at this time.
0 commit comments