Commit af6d2bbe authored by Derek Wright's avatar Derek Wright
Browse files

Issue #3027696 by dww: Follow-up fix to put the expected string first for assertEquals().

parent dd804bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.