Skip to content

Commit 744ccb9

Browse files
committed
Clarify what syntax from schema 1.9 has been implemented
1 parent 3685733 commit 744ccb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/UnifiedSpecTests/UnifiedTestRunner.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ final class UnifiedTestRunner
5555
public const MIN_SCHEMA_VERSION = '1.0';
5656

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

6163
private Client $internalClient;

0 commit comments

Comments
 (0)