Changeset 51415 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 07/13/2021 10:43:42 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/http/base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r51403 r51415 21 21 parent::setUp(); 22 22 23 if ( is_callable( array( 'WP_Http', '_getTransport' ) ) ) {24 $this->markTestSkipped( 'The WP_Http tests require a class-http.php file of r17550 or later.' );25 return;26 }27 28 23 $class = 'WP_Http_' . ucfirst( $this->transport ); 29 24 if ( ! call_user_func( array( $class, 'test' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.