Skip to content

Commit

Permalink
temp: log breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgautams committed Sep 24, 2024
1 parent 1b26edb commit a5c7b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CoreParagraphTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public function test_retrieve_core_paragraph_with_drop_cap_and_custom_styles() {
];

$actual = graphql( compact( 'query', 'variables' ) );
error_log( print_r( $actual, true ) );

$this->assertArrayNotHasKey( 'errors', $actual, 'There should not be any errors' );
$this->assertArrayHasKey( 'data', $actual, 'The data key should be present' );
Expand Down

0 comments on commit a5c7b5d

Please sign in to comment.