Changeset 51331 for trunk/tests/phpunit/tests/user/multisite.php
- Timestamp:
- 07/05/2021 05:21:53 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/user/multisite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/multisite.php
r48937 r51331 125 125 $blog_id = self::factory()->blog->create( array( 'user_id' => get_current_user_id() ) ); 126 126 127 $this->assertI nternalType( 'int',$blog_id );127 $this->assertIsInt( $blog_id ); 128 128 $this->assertTrue( is_blog_user( $blog_id ) ); 129 129 $this->assertTrue( remove_user_from_blog( $user1_id, $blog_id ) ); … … 157 157 $blog_id = self::factory()->blog->create( array( 'user_id' => get_current_user_id() ) ); 158 158 159 $this->assertI nternalType( 'int',$blog_id );159 $this->assertIsInt( $blog_id ); 160 160 161 161 // Current user gets added to new blogs.
Note: See TracChangeset
for help on using the changeset viewer.