rtens / mockster
PHP Mocking framework
Installs: 4 079
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.5
- watoki/factory: 1.*
- watoki/reflect: 1.*
Requires (Dev)
- rtens/scrut: *
This package is not auto-updated.
Last update: 2024-10-26 12:08:23 UTC
README
mockster is a full-fledged, zero-configuration mocking framework for PHP.
Main Features
- Automatic mocking of dependencies, return values, method and constructor arguments
- Support of Four-Phase testing by defining the context first and asserting expectations second
- Fine-grained configuration of the behaviour
Installation
To use mockster in your project, require it with Composer
composer require "rtens/mockster"
If you would like to develop on mockster, clone it with git, download its dependencies with Composer and execute the specification with scrut
git clone https://github.com/rtens/mockster.git
cd mockster
composer update
vendor/bin/scrut
Documentation
You can find all documentation in form of executable specification.
Contribution
I'm looking forward to any kind of contribution including feedback about how unnecessary this project is, bugs and suggestions for missing features. Just open a new issue or check out the open issues.