Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
PHCPS PCS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswburke committed May 10, 2021
1 parent 333789c commit 996f998
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/components/test-components.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,12 +565,12 @@ public function test_component_post_featured_media() {
'name' => 'irving/post-featured-media',
'_alias' => 'irving/fragment',
'config' => (object) [
'postId' => $this->get_post_id(),
'aspectRatio' => '',
'objectFit' => 'cover',
'className' => '',
'style' => [],
'themeName' => 'default',
'postId' => $this->get_post_id(),
'aspectRatio' => '',
'objectFit' => 'cover',
'className' => '',
'style' => [],
'themeName' => 'default',
],
'children' => [
[
Expand Down Expand Up @@ -1269,10 +1269,10 @@ public function test_component_site_menu() {
[
'_alias' => 'irving/menu',
'config' => [
'displayName' => false,
'location' => 'test-location',
'menuId' => $menu_id,
'menuName' => 'test-menu',
'displayName' => false,
'location' => 'test-location',
'menuId' => $menu_id,
'menuName' => 'test-menu',
],
'children' => [
$this->get_expected_component(
Expand Down

0 comments on commit 996f998

Please sign in to comment.