|
|
8 anni fa | |
|---|---|---|
| .. | ||
| src | 8 anni fa | |
| tests | 8 anni fa | |
| .gitattributes | 8 anni fa | |
| .gitignore | 8 anni fa | |
| .php_cs | 8 anni fa | |
| .travis.yml | 8 anni fa | |
| CONTRIBUTING.md | 8 anni fa | |
| LICENSE | 8 anni fa | |
| README.md | 8 anni fa | |
| build.xml | 8 anni fa | |
| composer.json | 8 anni fa | |
| phpunit.xml | 8 anni fa | |
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