phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 240 forks source link

Support for Generator mocking #436

Open antonfries opened 5 years ago

antonfries commented 5 years ago

Hey,

we are using Generators and want to mock them, so they return a set of testdata. willReturn() on a list doesn't work here, will there be an implementation of willYield() soon?

Greetings, Anton

jdreesen commented 5 years ago

Related PR: #435