From ecd7c21ec5daf25105550d9ea3e7b9e23fc1af5d Mon Sep 17 00:00:00 2001 From: benjamin Date: Sat, 2 Dec 2023 15:54:21 +0000 Subject: [PATCH] test Standalone urls (use drupal format) --- tests/phpunit/E2E/Core/PathUrlTest.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1