Changeset 38416
- Timestamp:
- 08/28/2016 10:33:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r37428 r38416 46 46 } 47 47 48 $class = "WP_Http_" . $this->transport;48 $class = "WP_Http_" . ucfirst( $this->transport ); 49 49 if ( !call_user_func( array($class, 'test') ) ) { 50 50 $this->markTestSkipped( sprintf('The transport %s is not supported on this system', $this->transport) );
Note: See TracChangeset
for help on using the changeset viewer.