|
|
hace 2 años | |
|---|---|---|
| .. | ||
| build | hace 2 años | |
| src | hace 2 años | |
| tests | hace 2 años | |
| .gitattributes | hace 2 años | |
| .gitignore | hace 2 años | |
| .travis.yml | hace 2 años | |
| CONTRIBUTING.md | hace 2 años | |
| LICENSE | hace 2 años | |
| README.md | hace 2 años | |
| build.xml | hace 2 años | |
| composer.json | hace 2 años | |
| phpunit.xml.dist | hace 2 años | |
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.*"
}
}