Skip to content

Commit

Permalink
Fix phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jun 3, 2024
1 parent d549db2 commit af0a2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public function test_create_item_invalid_theme_json_version( $theme_json_version
public function data_create_item_invalid_theme_json_version() {
return array(
array( 1 ),
array( 3 ),
array( 4 ),
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public function test_create_item_invalid_theme_json_version( $theme_json_version
public function data_create_item_invalid_theme_json_version() {
return array(
array( 1 ),
array( 3 ),
array( 4 ),
);
}

Expand Down

0 comments on commit af0a2c5

Please sign in to comment.