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: '[@stopstour<numberBetween(1,10)>]'"
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: '[@stopstour<numberBetween(1,10)>]'"