File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ Symfony ships with the following value resolvers in the
96
96
97
97
.. tip ::
98
98
99
- The ``DateTimeInterface `` object is generated with the :doc: `Clock component </components/clock >`,
100
- which means you can have full control over the date and time values the controller receives when
101
- testing your application. This can be achieved by using the
102
- :class: `Symfony\\ Component\\ Clock\\ MockClock ` implementation in your test environment .
99
+ The ``DateTimeInterface `` object is generated with the :doc: `Clock component </components/clock >`.
100
+ This. gives your full control over the date and time values the controller
101
+ receives when testing your application and using the
102
+ :class: `Symfony\\ Component\\ Clock\\ MockClock ` implementation.
103
103
104
104
.. versionadded :: 6.1
105
105
You can’t perform that action at this time.
0 commit comments