Changeset 51568 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r50463 r51568 8 8 private $old_current_user; 9 9 10 public function set Up() {11 parent::set Up();10 public function set_up() { 11 parent::set_up(); 12 12 $this->author_id = self::factory()->user->create( array( 'role' => 'editor' ) ); 13 13
Note: See TracChangeset
for help on using the changeset viewer.