- Timestamp:
- 09/06/2022 10:03:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/isTermPubliclyViewable.php
r53894 r54088 26 26 */ 27 27 public function test_is_term_publicly_viewable( $taxonomy, $expected ) { 28 $term_id = $this->factory()->term->create(28 $term_id = self::factory()->term->create( 29 29 array( 30 30 'taxonomy' => $taxonomy,
Note: See TracChangeset
for help on using the changeset viewer.