We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6204c0 commit fbd1830Copy full SHA for fbd1830
src/Codeception/Module/Symfony.php
@@ -454,6 +454,9 @@ public function seeInCurrentRoute($routeName)
454
/**
455
* Checks if the desired number of emails was sent.
456
* If no argument is provided then at least one email must be sent to satisfy the check.
457
+ * The email is checked using Symfony's profiler. If your app performs a redirect after sending the email,
458
+ * you need to tell Codeception to not follow this redirect, using REST Module's `stopFollowingRedirects()`:
459
+ * https://codeception.com/docs/modules/REST#stopFollowingRedirects
460
*
461
* ``` php
462
* <?php
0 commit comments