schnipseljagd / testdatabuilder
Helps you to build your mocks, stubs and test data in a nice oop way.
Installs: 12 995
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: >=5.3.3
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2022-02-01 12:20:06 UTC
README
Helps you to build your mocks, stubs and test data in a nice oop way.
TestDataBuilder are using the native phpunit-mock-objects for mock and stub builders.
Why should i need them?
- elimate duplication in your tests
- make your test code more expressive
- focus on testing and not on the setup of your objects