Changeset 50463 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 03/01/2021 06:42:49 PM (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
r50344 r50463 40 40 } 41 41 42 function tearDown() {43 foreach ( array( 'curl', 'streams', 'fsockopen' ) as $t ) {44 remove_filter( "use_{$t}_transport", '__return_false' );45 }46 parent::tearDown();47 }48 49 42 function filter_http_request_args( array $args ) { 50 43 $this->http_request_args = $args;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)