Skip to content

Commit

Permalink
Fix PHPCS Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Debarghya-Banerjee committed Oct 3, 2024
1 parent f699f75 commit 62c6db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/blocks/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public function test_wrong_array_index_do_not_register_block_style_handle() {
* @param string $block_json_path Path to the `block.json` file, relative to ABSPATH.
* @param string $style_field Either 'style' or 'editorStyle'.
* @param string|bool $expected_path Expected path of registered stylesheet, relative to ABSPATH.
*
*
* @expectedDeprecated should_load_separate_core_block_assets
*/
public function test_register_block_style_handle_uses_correct_core_stylesheet( $block_json_path, $style_field, $expected_path ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function test_wp_should_load_separate_core_block_assets_false( $name, $sc
*
* @param string $name The block name.
* @param array $schema The block's schema.
*
*
* @expectedDeprecated should_load_separate_core_block_assets
*/
public function test_wp_should_load_separate_core_block_assets_true( $name, $schema ) {
Expand Down

0 comments on commit 62c6db1

Please sign in to comment.