- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r51462 r51568 28 28 * @see WP_UnitTestCase::setup() 29 29 */ 30 function set Up() {31 parent::set Up();30 function set_up() { 31 parent::set_up(); 32 32 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 33 33 … … 55 55 * Tear down the test case. 56 56 */ 57 function tear Down() {57 function tear_down() { 58 58 $this->setting = null; 59 parent::tear Down();59 parent::tear_down(); 60 60 } 61 61
Note: See TracChangeset
for help on using the changeset viewer.