Changeset 55043 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 01/10/2023 09:07:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r54864 r55043 2126 2126 $blog_id = wpmu_create_blog( 'testsite1.example.org', '/test', 'test', 1, array( 'public' => 1 ), 2 ); 2127 2127 2128 // Should not hit blog_details cache initialised in $this->populate_options_callback tirggered during 2129 // populate_options callback's call of get_blog_details. 2128 /* 2129 * Should not hit blog_details cache initialized in $this->populate_options_callback triggered during 2130 * populate_options callback's call of get_blog_details. 2131 */ 2130 2132 $this->assertSame( 'http://testsite1.example.org/test', get_blog_details( $blog_id )->siteurl ); 2131 2133 $this->assertSame( 'http://testsite1.example.org/test', get_site( $blog_id )->siteurl );
Note: See TracChangeset
for help on using the changeset viewer.