diff --git a/tests/phpunit/tests/admin/includesPost.php b/tests/phpunit/tests/admin/includesPost.php index 366bfefcd7..4dffffd0d0 100644 --- a/tests/phpunit/tests/admin/includesPost.php +++ b/tests/phpunit/tests/admin/includesPost.php @@ -839,13 +839,14 @@ class Tests_Admin_Includes_Post extends WP_UnitTestCase { $this->assertArrayHasKey( $name, $blocks ); $this->assertSame( array( + 'apiVersion' => 1, 'title' => '', 'description' => '', 'icon' => 'text', - 'category' => 'common', - 'keywords' => array(), 'usesContext' => array(), + 'category' => 'common', 'styles' => array(), + 'keywords' => array(), ), $blocks[ $name ] );