Make WordPress Core


Ignore:
Timestamp:
03/10/2016 07:58:49 PM (9 years ago)
Author:
johnbillion
Message:

Correct a unit test for custom icon functionality.

See #36086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/general/template.php

    r36950 r36952  
    311311        ) );
    312312
    313         $this->expectOutputString( '<a href="http://example.org/" class="custom-logo-link" rel="home" itemprop="url">' . $image . '</a>' );
     313        $this->expectOutputString( '<a href="http://' . WP_TESTS_DOMAIN . '/" class="custom-logo-link" rel="home" itemprop="url">' . $image . '</a>' );
    314314        the_custom_logo();
    315315    }
Note: See TracChangeset for help on using the changeset viewer.