Open ZhukV opened 1 year ago
Until a fix (see #998) I would suggest a custom faker provider (see https://github.com/nelmio/alice/blob/master/doc/customizing-data-generation.md#custom-faker-data-providers)
Hi @theofidry!
Any progress on it?
No, and since there is a acceptable workaround it's far from being a priority to me atm.
Oh.. please can you point me this "workaround"?
I try to use nested functions in my fixtures and receive error.
Fixture:
Error:
The functions
calculateFeeActionData
andmoney
presented by faker provider.Full stack trace:
Note: if I use function with one argument, all ok correctly.