Skip to content

Commit

Permalink
docs: Add explicit list of "previously untested" attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgautams committed Sep 23, 2024
1 parent 33d60f5 commit 9bc6fe9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/CoreHeadingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9bc6fe9

Please sign in to comment.