Skip to content

Commit

Permalink
minor #5701 Update testing.rst (hansallis)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5701).

Discussion
----------

Update testing.rst

Fixed a grammar error

Commits
-------

2f89488 Update testing.rst
  • Loading branch information
xabbuh committed Sep 23, 2015
2 parents 6b5de8c + 2f89488 commit 32a8aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/email/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Start with an easy controller action that sends an email::
Don't forget to enable the profiler as explained in :doc:`/cookbook/testing/profiling`.

In your functional test, use the ``swiftmailer`` collector on the profiler
to get information about the messages send on the previous request::
to get information about the messages sent on the previous request::

// src/AppBundle/Tests/Controller/MailControllerTest.php
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
Expand Down

0 comments on commit 32a8aaf

Please sign in to comment.