Changeset 51568 for trunk/tests/phpunit/tests/term/splitSharedTerm.php
- Timestamp:
- 08/07/2021 10:29:41 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/term/splitSharedTerm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/splitSharedTerm.php
r48939 r51568 20 20 * after term splitting. 21 21 */ 22 public function set Up() {23 global $wpdb; 24 25 parent::set Up();22 public function set_up() { 23 global $wpdb; 24 25 parent::set_up(); 26 26 27 27 register_taxonomy( 'wptests_tax', 'post' );
Note: See TracChangeset
for help on using the changeset viewer.