Changeset 54088 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 09/06/2022 10:03:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r52010 r54088 2460 2460 $this->assertNull( get_site( $new_site_id ) ); 2461 2461 2462 $new_site = $this->factory()->blog->create_and_get();2462 $new_site = self::factory()->blog->create_and_get(); 2463 2463 2464 2464 // Double-check we got the ID of the new site correct.
Note: See TracChangeset
for help on using the changeset viewer.