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
In TolerantFixtureDenormalizer.php line 68:
An error occurred while denormalizing the fixture "zone_{1..15}" (\App\Enti
ty\Zone): The value "<randomElement(["North","East","West","South"])> <fr_B
E:city()>" contains an unclosed function.
In ExpressionLanguageExceptionFactory.php line 59:
The value "<randomElement(["North","East","West","South"])> <fr_BE:city()>"
contains an unclosed function.
hautelook:fixtures:load [-b|--bundle [BUNDLE]] [--no-bundles [NO-BUNDLES]] [-m|--manager MANAGER] [--append] [--shard SHARD] [--purge-with-truncate] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
In TolerantFixtureDenormalizer.php line 68:
An error occurred while denormalizing the fixture "colleague_{1..100}" (\Ap
p\Entity\Colleague): The value "<strtoupper(<fr_BE:lastName()>)>" contains
an unclosed function.
In ExpressionLanguageExceptionFactory.php line 59:
The value "<strtoupper(<fr_BE:lastName()>)>" contains an unclosed function.
Hi, each one of the following code snippets works as expected:
But the following doesn't work:
This is the error I got:
Am I doing something wrong? Is this a bug?
IMO this is related with #956
The text was updated successfully, but these errors were encountered: