projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9f017
)
test Standalone urls (use drupal format)
author
benjamin
<ufundo@gmail.com>
Sat, 2 Dec 2023 15:54:21 +0000
(15:54 +0000)
committer
benjamin
<benjamin>
Mon, 4 Dec 2023 17:12:15 +0000
(17:12 +0000)
tests/phpunit/E2E/Core/PathUrlTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/E2E/Core/PathUrlTest.php
b/tests/phpunit/E2E/Core/PathUrlTest.php
index 762aeaeb5e1aa7be0783e93b44ac4057347d172e..dc4c2044f24a4c8493bdd69a4bae1d550df408b6 100644
(file)
--- 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;