mirror of
git://develop.git.wordpress.org/
synced 2025-04-09 06:32:28 +02:00
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:
parent
93f36a09fe
commit
cef692115c
@ -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',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user