Changeset 54090 for trunk/tests/phpunit/tests/category/walkerCategory.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/walkerCategory.php
r53684 r54090 31 31 public function test_start_el_with_empty_attributes( $value, $expected ) { 32 32 $output = ''; 33 $category = $this->factory->category->create_and_get();33 $category = self::factory()->category->create_and_get(); 34 34 $link = get_term_link( $category ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.