Changeset 51331 for trunk/tests/phpunit/tests/functions/wpRemoteFopen.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpRemoteFopen.php
r49006 r51331 30 30 $response = wp_remote_fopen( $url ); 31 31 32 $this->assertI nternalType( 'string',$response );32 $this->assertIsString( $response ); 33 33 $this->assertSame( 40148, strlen( $response ) ); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.