From 5515c167700bd32379a55d80fdf66649f6565343 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:27:10 +0100 Subject: [PATCH] chore: wip debug --- tests/unit/CoreTableTest.php | 1 + 1 file changed, 1 insertion(+) 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