Changeset 50449 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 02/27/2021 04:54:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r49696 r50449 117 117 118 118 public static function setUpBeforeClass() { 119 parent::setUpBeforeClass(); 120 119 121 remove_action( 'admin_init', '_maybe_update_core' ); 120 122 remove_action( 'admin_init', '_maybe_update_plugins' ); … … 127 129 } 128 130 } 129 130 parent::setUpBeforeClass();131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.