From 6da38bc5aa9fea0bd379a416b0358b068f837f18 Mon Sep 17 00:00:00 2001 From: Ta5r Date: Wed, 25 Sep 2024 11:56:53 +0530 Subject: [PATCH] temp : log breaks --- tests/unit/CoreImageTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/CoreImageTest.php b/tests/unit/CoreImageTest.php index d15eb420..25cac380 100644 --- a/tests/unit/CoreImageTest.php +++ b/tests/unit/CoreImageTest.php @@ -83,6 +83,7 @@ public function test_retrieve_core_image_media_details() { } '; $actual = graphql( [ 'query' => $query ] ); + error_log(print_r($actual, true)); $node = $actual['data']['posts']['nodes'][0]; $this->assertEquals( @@ -138,6 +139,7 @@ className } '; $actual = graphql( [ 'query' => $query ] ); + error_log(print_r($actual, true)); $node = $actual['data']['posts']['nodes'][0]; // Verify that the ID of the first post matches the one we just created.