Skip to content

Commit

Permalink
typo in joomla path
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin committed Dec 4, 2023
1 parent 77b3125 commit 02dea05
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 @@ -101,7 +101,7 @@ public function testUrl(): void {
break;

case 'Joomla':
$urlPats[] = [';/index.php\?.*task=civicrm/event/info&reset=1&id=9;', \Civi::url('frontend://civicrm/event/inof?reset=1')->addQuery('id=9')];
$urlPats[] = [';/index.php\?.*task=civicrm/event/info&reset=1&id=9;', \Civi::url('frontend://civicrm/event/info?reset=1')->addQuery('id=9')];
$urlPats[] = [';/administrator/.*task=civicrm/admin/reset=1;', \Civi::url('backend://civicrm/admin')->addQuery('reset=1')];
break;

Expand Down

0 comments on commit 02dea05

Please sign in to comment.