Skip to content

Commit

Permalink
Merge pull request #16607 from totten/5.23-pathurltest
Browse files Browse the repository at this point in the history
Update recently-added PathUrlTest to be more representative
  • Loading branch information
seamuslee001 authored Feb 21, 2020
2 parents 8221410 + 2fd826d commit 3f7f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/E2E/Core/PathUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PathUrlTest extends \CiviEndToEndTestCase {
*/
public function testSystemRouter() {
$this->assertUrlContentRegex(';class="CRM_Mailing_Form_Subscribe";',
\CRM_Utils_System::url('civicrm/mailing/subscribe', 'reset=1', TRUE, NULL, FALSE));
\CRM_Utils_System::url('civicrm/mailing/subscribe', 'reset=1', TRUE, NULL, FALSE, TRUE));
}

/**
Expand Down

0 comments on commit 3f7f127

Please sign in to comment.