-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
The case is that I am matching optional array, which can be NULL.
A little modified example form php-matcher.norbert.tech
(link):
{
"users": [
{
"firstName": "@string@",
"lastName": "@string@",
"title": "@string@",
"created": "@[email protected]()",
"roles": "@null@||@array@"
}
]
}
and the output contains:
#162 Matcher Coduo\PHPMatcher\Matcher\ScalarMatcher error: "Array(2)" does not match "@array@".
Metadata
Metadata
Assignees
Labels
No labels