Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/_files/TestGeneratorMaker.php
<?php
class TestGeneratorMaker
{
    public function
create($array = [])
    {
        foreach (
$array as $key => $value) {
            yield
$key => $value;
        }
    }
}