Changeset 54090 for trunk/tests/phpunit/tests/menu/walker-nav-menu.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/walker-nav-menu.php
r53948 r54090 50 50 public function test_noopener_no_referrer_for_target_blank() { 51 51 $actual = ''; 52 $post_id = $this->factory->post->create();52 $post_id = self::factory()->post->create(); 53 53 $post_title = get_the_title( $post_id ); 54 54 … … 81 81 public function test_start_el_with_empty_attributes( $value, $expected ) { 82 82 $output = ''; 83 $post_id = $this->factory->post->create();83 $post_id = self::factory()->post->create(); 84 84 $post_title = get_the_title( $post_id ); 85 85
Note: See TracChangeset
for help on using the changeset viewer.