You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\ParseException]
Could not parse the token "@hosting_default->server->owners->first" (type: METHOD_REFERENCE_TYPE).
I don't think it should. This guard has been put there because with the tested code a different situation would be unexpected. So this means chaining references like this is currently not supported, but by the look of it that should be a situation not too complicated to fix.
With the following fixture file:
I have the error:
From this code part:
alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php
Lines 48 to 50 in 1695963
Why the chain reference should be limited to one call?
The text was updated successfully, but these errors were encountered: