HSA Test User c16dcac362 User import | 7 years ago | |
---|---|---|
.. | ||
build | 7 years ago | |
src | 7 years ago | |
tests | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
build.xml | 7 years ago | |
composer.json | 7 years ago | |
phpunit.xml.dist | 7 years ago |
PHPUnit_MockObject is the default mock object library for PHPUnit.
To add PHPUnit_MockObject as a local, per-project dependency to your project, simply add a dependency on phpunit/phpunit-mock-objects
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on PHPUnit_MockObject 2.3:
{
"require": {
"phpunit/phpunit-mock-objects": "2.3.*"
}
}