Skip to content

Commit

Permalink
Update linksAddBaseUrl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pbearne authored Sep 23, 2024
1 parent 9007342 commit 3f4a80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/formatting/linksAddBaseUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function test_links_add_base_url( $content, $base, $attrs, $expected ) {

public function data_links_add_base_url() {
return array(
'https' => array(
'https' => array(
'content' => '<a href="url" />',
'base' => 'https://localhost',
'attrs' => null,
Expand Down

0 comments on commit 3f4a80e

Please sign in to comment.