From: benjamin Date: Sat, 2 Dec 2023 15:54:21 +0000 (+0000) Subject: test Standalone urls (use drupal format) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ecd7c21ec5daf25105550d9ea3e7b9e23fc1af5d;p=civicrm-core.git test Standalone urls (use drupal format) --- diff --git a/tests/phpunit/E2E/Core/PathUrlTest.php b/tests/phpunit/E2E/Core/PathUrlTest.php index 762aeaeb5e..dc4c2044f2 100644 --- a/tests/phpunit/E2E/Core/PathUrlTest.php +++ b/tests/phpunit/E2E/Core/PathUrlTest.php @@ -91,6 +91,7 @@ class PathUrlTest extends \CiviEndToEndTestCase { case 'Drupal': case 'Drupal8': case 'Backdrop': + case 'Standalone': $urlPatterns[] = [';/civicrm/event/info\?reset=1&id=9;', \Civi::url('frontend://civicrm/event/info?reset=1')->addQuery('id=9')]; $urlPatterns[] = [';/civicrm/admin\?reset=1;', \Civi::url('backend://civicrm/admin')->addQuery(['reset' => 1])]; break;