Changeset 36952 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 03/10/2016 07:58:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r36950 r36952 311 311 ) ); 312 312 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>' ); 314 314 the_custom_logo(); 315 315 }
Note: See TracChangeset
for help on using the changeset viewer.