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.
2 parents 9fd1ccb + 0b2557e commit 984f72fCopy full SHA for 984f72f
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) method.
460
*
461
* ``` php
462
* <?php
0 commit comments