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
207
207
~~~~~~~~~~~~~~~
208
208
209
209
The ``@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\ ``
211
211
part from the test namespace. I.e. that if the your test case fully-qualified
212
212
class name (FQCN) is ``App\Tests\Watch\DummyWatchTest ``, it assumes the tested
213
- class FQCN is ``App\Watch\DummyWatch ``.
213
+ class namespace is ``App\Watch ``.
214
214
215
215
If this convention doesn't work for your application, you can also configure
216
216
the 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