We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd93fac commit 4f06d7dCopy full SHA for 4f06d7d
tests/wpunit/OptionsPageTest.php
@@ -203,17 +203,6 @@ public function testOptionsPageRespectsGraphqlFieldName() {
203
204
$this->assertSame( $expected_value, $get_field );
205
206
- $this->registerOptionsPage(
207
- [
208
- 'page_title' => 'CustomGraphqlName',
209
- 'menu_title' => __( 'Custom GraphQL Name' ),
210
- 'menu_slug' => 'custom-graphql-name',
211
- 'capability' => 'edit_posts',
212
- 'post_id' => 'custom-graphql-name',
213
- // options pages will show in the Schema unless set to false
214
- 'graphql_type_name' => 'MyCustomOptionsName',
215
- ]
216
- );
217
218
$this->register_acf_field( [], [
219
'graphql_field_name' => 'OptionsFields',
0 commit comments