Possible syntax: ``` php $stub = Phony::stub()->does(function () { yield; }); $stub->never()->started(); ```
Possible syntax: