We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaecf0 commit f933d4cCopy full SHA for f933d4c
tests/phpunit/tests/blocks/wpBlockStylesRegistry.php
@@ -122,7 +122,7 @@ public function test_register_block_style_with_label() {
122
$this->registry->is_registered( $name, 'fancy' ),
123
'The block type should have the block style registered when the label is valid.'
124
);
125
- $this->assertEquals(
+ $this->assertSame(
126
$style_properties['label'],
127
$this->registry->get_registered_styles_for_block( $name )['fancy']['label'],
128
'The registered block style should have the same label.'
0 commit comments