- Timestamp:
- 09/06/2022 10:09:49 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/wpInstallDefaults.php
r51860 r54090 14 14 */ 15 15 public function test_option_should_not_be_empty_by_default() { 16 $blog_id = $this->factory->blog->create();16 $blog_id = self::factory()->blog->create(); 17 17 18 18 switch_to_blog( $blog_id ); … … 40 40 update_site_option( 'first_comment', '' ); 41 41 42 $blog_id = $this->factory->blog->create();42 $blog_id = self::factory()->blog->create(); 43 43 44 44 switch_to_blog( $blog_id ); … … 66 66 update_site_option( 'first_comment', 'Some comment content' ); 67 67 68 $blog_id = $this->factory->blog->create();68 $blog_id = self::factory()->blog->create(); 69 69 70 70 switch_to_blog( $blog_id );
Note: See TracChangeset
for help on using the changeset viewer.