From 9bc6fe9328f1943c469a92aa47b8e353938f731f Mon Sep 17 00:00:00 2001 From: Ashutosh Gautam Date: Tue, 24 Sep 2024 03:47:33 +0530 Subject: [PATCH] docs: Add explicit list of "previously untested" attributes --- tests/unit/CoreHeadingTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/CoreHeadingTest.php b/tests/unit/CoreHeadingTest.php index bffc150c..e6796548 100644 --- a/tests/unit/CoreHeadingTest.php +++ b/tests/unit/CoreHeadingTest.php @@ -93,6 +93,14 @@ className /** * Test the retrieval of core/heading block attributes. * + * This test covers the basic functionality of retrieving and validating + * core/heading block attributes through GraphQL. It checks: + * - content + * - cssClassName + * - level + * - style (typography settings) + * - textAlign + * * @return void */ public function test_retrieve_core_heading_attributes() {