Skip to content

Commit

Permalink
OEL-2002: Add external link test.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Oct 7, 2022
1 parent a0c0285 commit 8da1459
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ public function bclLinkDataProvider(): array {
],
],
],
'external_link' => [
[
'href' => 'https://www.example.com',
'text' => 'External link',
],
[
'path' => 'https://www.example.com',
'label' => 'External link',
],
],
];
}

Expand Down

0 comments on commit 8da1459

Please sign in to comment.