We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f933d4c commit 326f58dCopy full SHA for 326f58d
tests/phpunit/tests/blocks/wpBlockStylesRegistry.php
@@ -150,7 +150,7 @@ public function test_register_block_style_without_label() {
150
$this->registry->is_registered( $name, 'fancy' ),
151
'The block type should have the block style registered when the label is missing.'
152
);
153
- $this->assertEquals(
+ $this->assertSame(
154
$style_properties['name'],
155
$this->registry->get_registered_styles_for_block( $name )['fancy']['label'],
156
'The registered block style should have a name and label equal.'
0 commit comments