Skip to content

Commit

Permalink
Merge pull request #1178 from chapeupreto/patch-1
Browse files Browse the repository at this point in the history
capitalize word
  • Loading branch information
davedevelopment committed Apr 29, 2022
2 parents a9f8f89 + f6d3d1c commit c72ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/spies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ our tests more clear.
Spies also allow us to follow the more familiar Arrange-Act-Assert or
Given-When-Then style within our tests. With mocks, we have to follow a less
familiar style, something along the lines of Arrange-Expect-Act-Assert, where
we have to tell our mocks what to expect before we act on the sut, then assert
we have to tell our mocks what to expect before we act on the SUT, then assert
that those expectations where met:

.. code-block:: php
Expand Down

0 comments on commit c72ff6f

Please sign in to comment.