I got a pretty simple interface, lets say `IFoo` w...
# box-products
s
I got a pretty simple interface, lets say
IFoo
with a method
public component function setBar( required string arg )
. If I use
createStub( implements = "IFoo")
in my tests, I get the error
The value returned from the setBaseUrl function is not of type component.
. What am i doing wrong here?