Yannick Guern 3c45fcac29 set permission on code | 7 년 전 | |
---|---|---|
.. | ||
build | 7 년 전 | |
src | 7 년 전 | |
tests | 7 년 전 | |
.gitattributes | 7 년 전 | |
.gitignore | 7 년 전 | |
.php_cs | 7 년 전 | |
.travis.yml | 7 년 전 | |
CONTRIBUTING.md | 7 년 전 | |
LICENSE | 7 년 전 | |
README.md | 7 년 전 | |
build.xml | 7 년 전 | |
composer.json | 7 년 전 | |
phpunit.xml | 7 년 전 |
PHPUnit_MockObject is the default mock object library for PHPUnit.
You can add this library as a local, per-project dependency to your project using Composer:
composer require phpunit/phpunit-mock-objects
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev phpunit/phpunit-mock-objects