diff --git a/tests/unit/CoreTableTest.php b/tests/unit/CoreTableTest.php index badc3246..26247ca8 100644 --- a/tests/unit/CoreTableTest.php +++ b/tests/unit/CoreTableTest.php @@ -57,6 +57,7 @@ public function test_retrieve_core_table_attribute_fields() { } '; $actual = graphql( array( 'query' => $query ) ); + print_r($actual); $node = $actual['data']['posts']['nodes'][0]; $this->assertEquals( $node['editorBlocks'][0]['name'], 'core/table' ); // There should be only one block using that query when not using flat: true