Closed (fixed)
Project:
Access unpublished
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Nov 2025 at 13:16 UTC
Updated:
7 Dec 2025 at 14:49 UTC
Jump to comment: Most recent
The dependencies are currently specified as
test_dependencies: - drupal:graphql dependencies: - drupal:option
Graphql is part of the graphql project. so it should be graphql:graphql
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
generalredneckTests now pass with the same level of completeness. There is one incomplete test for graphql, but for the purposes of this change, the fact that both tests start verify that graphql is being used.
Comment #5
generalredneck