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