Changeset 49025 for trunk/tests/phpunit/tests/http/functions.php
- Timestamp:
- 09/21/2020 01:25:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/functions.php
r48937 r49025 4 4 * @group http 5 5 * @group external-http 6 * @requires extension openssl 6 7 */ 7 8 class Tests_HTTP_Functions extends WP_UnitTestCase { 8 9 public function setUp() {10 if ( ! extension_loaded( 'openssl' ) ) {11 $this->markTestSkipped( 'Tests_HTTP_Functions requires openssl.' );12 }13 14 parent::setUp();15 }16 9 17 10 function test_head_request() {
Note: See TracChangeset
for help on using the changeset viewer.