-
-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[make:registration-form] render the raw signedUrl in the email templa…
…te (#1217)
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ public function getTestDetails(): \Generator | |
'[email protected]', // from email address | ||
'SymfonyCasts', // From Name | ||
'n', // no authenticate after | ||
0, // route number to redirect to | ||
'app_anonymous', // route number to redirect to | ||
]); | ||
|
||
$this->assertStringContainsString('Success', $output); | ||
|
@@ -174,7 +174,7 @@ public function getTestDetails(): \Generator | |
'[email protected]', // from email address | ||
'SymfonyCasts', // From Name | ||
'n', // no authenticate after | ||
0, // route number to redirect to | ||
'app_anonymous', // route number to redirect to | ||
]); | ||
|
||
$this->assertStringContainsString('Success', $output); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters