├── CHANGES.md ├── LICENSE ├── README.md ├── composer.json └── src └── ProphecyTrait.php /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpspec/prophecy-phpunit/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpspec/prophecy-phpunit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpspec/prophecy-phpunit/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpspec/prophecy-phpunit/HEAD/composer.json -------------------------------------------------------------------------------- /src/ProphecyTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpspec/prophecy-phpunit/HEAD/src/ProphecyTrait.php --------------------------------------------------------------------------------