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 fbd1830 commit 0b2557eCopy full SHA for 0b2557e
src/Codeception/Module/Symfony.php
@@ -455,8 +455,8 @@ public function seeInCurrentRoute($routeName)
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
+ * you need to tell Codeception to not follow this redirect, using REST Module's [stopFollowingRedirects](
+ * https://codeception.com/docs/modules/REST#stopFollowingRedirects) method.
460
*
461
* ``` php
462
* <?php
0 commit comments