Skip to content

Commit

Permalink
test Standalone urls (use drupal format)
Browse files Browse the repository at this point in the history
  • Loading branch information
ufundo authored and benjamin committed Dec 4, 2023
1 parent 7c9f017 commit ecd7c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/E2E/Core/PathUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function testUrl(): void {
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;
Expand Down

0 comments on commit ecd7c21

Please sign in to comment.