我正在尝试为Hauleook/Alicebundle夹具配置YML文件。
ProjectMainBundleEntityManager:
manager_{1..30}:
name: '<firstName()> <lastName()>'
profile_image: '9.jpg'
profile_image_thumb: '<randomElement(['9.jpg','10.jpg'])'
我尝试运行
时会收到以下错误消息bin/Console Hautelook:固定装置:LOAD
[NelmioAliceExceptionFixtureBuilderExpressionLanguageLexException]
Could not lex the value "["10.jpg"".
似乎您正在使用3.0.0.beta版本,您可以降级到稳定版本吗?
在2.2.2中,此语法对我有用:
'<randomElement( ["1", "2"] )>'