Changeset 32512
- Timestamp:
- 05/19/2015 05:45:31 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/multisite/site.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r31623 r32512 1472 1472 function test_get_blogaddress_by_id_with_valid_id() { 1473 1473 $blogaddress = get_blogaddress_by_id( 1 ); 1474 $this->assertEquals( 'http:// example.org/', $blogaddress );1474 $this->assertEquals( 'http://' . WP_TESTS_DOMAIN . '/', $blogaddress ); 1475 1475 } 1476 1476
Note: See TracChangeset
for help on using the changeset viewer.