Changeset 49009 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 09/20/2020 02:45:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r48937 r49009 28 28 $class = 'WP_Http_' . ucfirst( $this->transport ); 29 29 if ( ! call_user_func( array( $class, 'test' ) ) ) { 30 $this->markTestSkipped( sprintf( 'The transport %s is not supported on this system ', $this->transport ) );30 $this->markTestSkipped( sprintf( 'The transport %s is not supported on this system.', $this->transport ) ); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.