typo in joomla path
authorbenjamin <benjamin>
Mon, 4 Dec 2023 17:11:26 +0000 (17:11 +0000)
committerbenjamin <benjamin>
Mon, 4 Dec 2023 17:11:26 +0000 (17:11 +0000)
tests/phpunit/E2E/Core/PathUrlTest.php

index 6c71cf2b2b706f9f95654b7c92c563876bc0bb39..591d296aa4417ec59db01c04b9504c4b000546d7 100644 (file)
@@ -101,7 +101,7 @@ class PathUrlTest extends \CiviEndToEndTestCase {
         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;