Skip to content

Commit 0b2557e

Browse files
authored
Markdown for link.
1 parent fbd1830 commit 0b2557e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ public function seeInCurrentRoute($routeName)
455455
* Checks if the desired number of emails was sent.
456456
* If no argument is provided then at least one email must be sent to satisfy the check.
457457
* 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
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.
460460
*
461461
* ``` php
462462
* <?php

0 commit comments

Comments
 (0)