Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/phpunit/tests/blocks/wpBlockType.php
  • Loading branch information
gziolo authored Apr 25, 2022
commit 32dba4036f4075c0f7a9d3b14a8d57431d762c93
4 changes: 4 additions & 0 deletions tests/phpunit/tests/blocks/wpBlockType.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ public function test_core_attributes() {
);
}

/*
* @ticket 55567
* @covers WP_Block_Type::set_props
*/
public function test_core_attributes_matches_custom() {
$block_type = new WP_Block_Type(
'core/fake',
Expand Down