Skip to content

Commit 8a6d331

Browse files
committed
fixed phpcs issues
1 parent 22d9c1b commit 8a6d331

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/phpunit/tests/post/nav-menu.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,9 +1426,9 @@ public function test_post_type_archive_menu_item_gets_current_page_parent_on_pub
14261426
$this->menu_id,
14271427
0,
14281428
array(
1429-
'menu-item-type' => 'post_type_archive',
1430-
'menu-item-object' => 'cpt38836',
1431-
'menu-item-status' => 'publish',
1429+
'menu-item-type' => 'post_type_archive',
1430+
'menu-item-object' => 'cpt38836',
1431+
'menu-item-status' => 'publish',
14321432
)
14331433
);
14341434

@@ -1477,9 +1477,9 @@ public function test_post_type_archive_menu_item_is_not_current_page_parent_for_
14771477
$this->menu_id,
14781478
0,
14791479
array(
1480-
'menu-item-type' => 'post_type_archive',
1481-
'menu-item-object' => 'cpt38836b',
1482-
'menu-item-status' => 'publish',
1480+
'menu-item-type' => 'post_type_archive',
1481+
'menu-item-object' => 'cpt38836b',
1482+
'menu-item-status' => 'publish',
14831483
)
14841484
);
14851485

0 commit comments

Comments
 (0)