Changeset 51568 for trunk/tests/phpunit/tests/functions/doEnclose.php
- Timestamp:
- 08/07/2021 10:29:41 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions/doEnclose.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/doEnclose.php
r50463 r51568 24 24 * @since 5.3.0 25 25 */ 26 public function set Up() {27 parent::set Up();26 public function set_up() { 27 parent::set_up(); 28 28 add_filter( 'pre_http_request', array( $this, 'fake_http_request' ), 10, 3 ); 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.