Loading tests/src/Functional/PathologicTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -218,8 +218,8 @@ class PathologicTest extends BrowserTestBase { t('hook_pathologic_alter(): Passthrough with use_original option') ); $this->assertEquals( check_markup('<a href="bar?test=external">', $format_id), '<a href="http://cdn.example.com/bar?test=external">', check_markup('<a href="bar?test=external">', $format_id), ); // Test paths to existing files when clean URLs are disabled. Loading Loading
tests/src/Functional/PathologicTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -218,8 +218,8 @@ class PathologicTest extends BrowserTestBase { t('hook_pathologic_alter(): Passthrough with use_original option') ); $this->assertEquals( check_markup('<a href="bar?test=external">', $format_id), '<a href="http://cdn.example.com/bar?test=external">', check_markup('<a href="bar?test=external">', $format_id), ); // Test paths to existing files when clean URLs are disabled. Loading