Changeset 51331 for trunk/tests/phpunit/tests/option/multisite.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/multisite.php
r49108 r51331 100 100 function test_with_another_site() { 101 101 $user_id = self::factory()->user->create(); 102 $this->assertI nternalType( 'integer',$user_id );102 $this->assertIsInt( $user_id ); 103 103 104 104 $blog_id = self::factory()->blog->create( … … 108 108 ) 109 109 ); 110 $this->assertI nternalType( 'integer',$blog_id );110 $this->assertIsInt( $blog_id ); 111 111 112 112 $key = __FUNCTION__ . '_key1';
Note: See TracChangeset
for help on using the changeset viewer.