Skip to content

Commit

Permalink
chore: debug unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Aug 14, 2024
1 parent 918086a commit 96cf870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CoreImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function test_retrieve_core_image_attributes() {
}
';
$actual = graphql( array( 'query' => $query ) );
print_r($actual);
$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 96cf870

Please sign in to comment.