Skip to content

Commit

Permalink
temp : log breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ta5r committed Sep 25, 2024
1 parent 15022f6 commit 6da38bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/CoreImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6da38bc

Please sign in to comment.