%PDF- %PDF-
| Direktori : /www/loslex_o/production/vendor/mockery/mockery/library/Mockery/Generator/ |
| Current File : /www/loslex_o/production/vendor/mockery/mockery/library/Mockery/Generator/Generator.php |
<?php
/**
* Mockery (https://docs.mockery.io/)
*
* @copyright https://github.com/mockery/mockery/blob/HEAD/COPYRIGHT.md
* @license https://github.com/mockery/mockery/blob/HEAD/LICENSE BSD 3-Clause License
* @link https://github.com/mockery/mockery for the canonical source repository
*/
namespace Mockery\Generator;
interface Generator
{
/**
* @returns MockDefinition
*/
public function generate(MockConfiguration $config);
}