From f077c8d932507062d8067e33599b48d6e72bb1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 16 Apr 2014 16:23:49 +0300 Subject: [PATCH] Update testing-unit-and-functional-phpunit.rst minor typo --- docs/testing-unit-and-functional-phpunit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-unit-and-functional-phpunit.rst b/docs/testing-unit-and-functional-phpunit.rst index fcf6e6e..340979c 100644 --- a/docs/testing-unit-and-functional-phpunit.rst +++ b/docs/testing-unit-and-functional-phpunit.rst @@ -951,7 +951,7 @@ redirect. $this->assertEquals(1, $crawler->filter('.blogger-notice:contains("Your contact enquiry was successfully sent. Thank you!")')->count()); } -No when you run the PHPUnit tests they should pass. Lets now look at the final +Now when you run the PHPUnit tests they should pass. Lets now look at the final step of checking the contact form submission process, step 4, checking an email was sent to symblog. We already know that emails will not be delivered in the ``test`` environment due to the following configuration.