Changeset 51331 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r50463 r51331 453 453 454 454 $this->skipTestOnTimeout( $res ); 455 $this->assertI nternalType( 'array',wp_remote_retrieve_header( $res, 'location' ) );455 $this->assertIsArray( wp_remote_retrieve_header( $res, 'location' ) ); 456 456 $this->assertCount( 2, wp_remote_retrieve_header( $res, 'location' ) ); 457 457
Note: See TracChangeset
for help on using the changeset viewer.