Skip to content

Commit e1684af

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: Update service_container.rst Fix typo in Clock Mocking part
2 parents 9da05cb + ce1b83d commit e1684af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If you have this kind of time-related tests::
201201

202202
You used the :doc:`Symfony Stopwatch Component </components/stopwatch>` to
203203
calculate the duration time of your process, here 10 seconds. However, depending
204-
on the load of the server your the processes running on your local machine, the
204+
on the load of the server or the processes running on your local machine, the
205205
``$duration`` could for example be `10.000023s` instead of `10s`.
206206

207207
This kind of tests are called transient tests: they are failing randomly

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Find out by running:
6060

6161
.. code-block:: terminal
6262
63-
$ php bin/console debug:container
63+
$ php app/console debug:container
6464
6565
This is just a *small* sample of the output:
6666

0 commit comments

Comments
 (0)