Skip to content

Commit

Permalink
test: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
badasswp committed Jan 26, 2025
1 parent 96327bf commit cb64105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/php/Routes/SideBarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function test_get_response_passes_with_headline_feature() {

$sidebar->args = [
'feature' => 'headline',
'text' => 'Hello World!',
'text' => 'Hello World!',
];

\WP_Mock::expectFilter(
Expand Down Expand Up @@ -124,7 +124,7 @@ public function test_get_response_passes_with_slug_feature() {

$sidebar->args = [
'feature' => 'slug',
'text' => 'Hello World!',
'text' => 'Hello World!',
];

\WP_Mock::expectFilter(
Expand Down Expand Up @@ -166,7 +166,7 @@ public function test_get_response_passes_with_keywords_feature() {

$sidebar->args = [
'feature' => 'keywords',
'text' => 'Hello World!',
'text' => 'Hello World!',
];

\WP_Mock::expectFilter(
Expand Down Expand Up @@ -208,7 +208,7 @@ public function test_get_response_passes_with_summary_feature() {

$sidebar->args = [
'feature' => 'summary',
'text' => 'Hello World!',
'text' => 'Hello World!',
];

\WP_Mock::expectFilter(
Expand Down

0 comments on commit cb64105

Please sign in to comment.