Changeset 52010 for trunk/tests/phpunit/tests/adminbar.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/adminbar.php
r51568 r52010 33 33 * @ticket 21117 34 34 */ 35 function test_content_post_type() {35 public function test_content_post_type() { 36 36 wp_set_current_user( self::$editor_id ); 37 37 … … 52 52 * @ticket 21117 53 53 */ 54 function test_merging_existing_meta_values() {54 public function test_merging_existing_meta_values() { 55 55 wp_set_current_user( self::$editor_id ); 56 56
Note: See TracChangeset
for help on using the changeset viewer.