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
The SimpleFixture has a MethodCallWithReference wit method "stops" + arguments.
But it should be a SimpleMethodCall with method "__construct" + arguments.
The problem is the array syntax, but because of this bug: #966 I cannot use this annotation.
We want to use something like this: "stops: '[@stops_tour_<numberBetween(1,10)>]'"
The text was updated successfully, but these errors were encountered:
I have something like this:
The SimpleFixture has a MethodCallWithReference wit method "stops" + arguments.
But it should be a SimpleMethodCall with method "__construct" + arguments.
With this annotation it works:
The problem is the array syntax, but because of this bug: #966 I cannot use this annotation.
We want to use something like this: "stops: '[@stops_tour_<numberBetween(1,10)>]'"
The text was updated successfully, but these errors were encountered: