Changeset 56548 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 09/08/2023 10:01:14 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r56547 r56548 315 315 $this->assertNotWPError( $res ); 316 316 $this->assertSame( $size, $filesize ); // Check that the file is written to disk correctly without any extra characters. 317 318 317 } 319 318 … … 409 408 $this->skipTestOnTimeout( $res ); 410 409 $this->assertSame( 'PASS', wp_remote_retrieve_body( $res ) ); 411 412 410 } 413 411
Note: See TracChangeset
for help on using the changeset viewer.