Skip to content

Commit 94bdf42

Browse files
authored
Apply suggestions from code review
Co-authored-by: Ramon <[email protected]>
1 parent 3b03681 commit 94bdf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/block-supports/wpStripCustomCssFromBlocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function test_strips_css_from_blocks( $content, $message ) {
3232
*/
3333
public function data_strips_css_from_blocks() {
3434
return array(
35-
'single block' => array(
35+
'single block' => array(
3636
'content' => '<!-- wp:paragraph {"style":{"css":"color: red;"}} --><p>Hello</p><!-- /wp:paragraph -->',
3737
'message' => 'style.css should be stripped from block attributes.',
3838
),

0 commit comments

Comments
 (0)