Changeset 55043
- Timestamp:
- 01/10/2023 09:07:01 AM (21 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 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 ); -
trunk/tests/phpunit/tests/query/vars.php
r48937 r55043 15 15 global $wp; 16 16 17 // Re-initiali se any dynamically-added public query vars:17 // Re-initialize any dynamically-added public query vars: 18 18 do_action( 'init' ); 19 19
Note: See TracChangeset
for help on using the changeset viewer.