From a5c7b5d1e4d9b78361501f902caea76c8b8d9320 Mon Sep 17 00:00:00 2001 From: Ashutosh Gautam Date: Tue, 24 Sep 2024 17:11:52 +0530 Subject: [PATCH] temp: log breaks --- tests/unit/CoreParagraphTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/CoreParagraphTest.php b/tests/unit/CoreParagraphTest.php index d3aa169e..26bfc3fc 100644 --- a/tests/unit/CoreParagraphTest.php +++ b/tests/unit/CoreParagraphTest.php @@ -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' );