Editor: fix PHP warnings in tests after [58170].

Props peterwilsoncc.
Fixes #61111.

git-svn-id: https://develop.svn.wordpress.org/trunk@58194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2024-05-24 08:29:10 +00:00
parent 93f36a09fe
commit cef692115c

View File

@ -441,7 +441,8 @@ class Tests_Block_Supports_Layout extends WP_UnitTestCase {
),
'parent_block' => new WP_Block(
array(
'attrs' => array(
'blockName' => 'core/group',
'attrs' => array(
'layout' => array(
'type' => 'grid',
),