Changeset 51568 for trunk/tests/phpunit/tests/term/getEditTermLink.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getEditTermLink.php
r48937 r51568 5 5 */ 6 6 class Tests_Term_GetEditTermLink extends WP_UnitTestCase { 7 public function set Up() {8 parent::set Up();7 public function set_up() { 8 parent::set_up(); 9 9 wp_set_current_user( self::factory()->user->create( array( 'role' => 'administrator' ) ) ); 10 10 register_taxonomy( 'wptests_tax', 'post' );
Note: See TracChangeset
for help on using the changeset viewer.