Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testing-unit-and-functional-phpunit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down