Skip to content

Commit

Permalink
Clarify what syntax from schema 1.9 has been implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Feb 13, 2024
1 parent 9f98eb5 commit 1a28efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/UnifiedSpecTests/UnifiedTestRunner.php
Expand Up @@ -55,7 +55,9 @@ final class UnifiedTestRunner
public const MIN_SCHEMA_VERSION = '1.0';

/* Note: This is necessary to support expectedError.errorResponse from 1.12;
* however, syntax from 1.9, 1.10, and 1.11 has not been implemented. */
* however, syntax from 1.9, 1.10, and 1.11 has not been fully implemented.
* Syntax for 1.9 is partially implemented (createEntities operation).
*/
public const MAX_SCHEMA_VERSION = '1.12';

private Client $internalClient;
Expand Down

0 comments on commit 1a28efa

Please sign in to comment.