strictphp / strict-mock
Strict mock is a strict type safe mock generated from your interfaces to use with any testing framework.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 15
Type:project
Requires
- php: >=8.1
- nette/php-generator: v4.0.5
- nikic/php-parser: v4.15.2
Requires (Dev)
- laravel/framework: ^9
- nunomaduro/larastan: 2.2.9
- orchestra/testbench: ^v7.13.0
- phpstan/phpdoc-parser: ^1.13
- phpstan/phpstan: 1.9.4
- phpstan/phpstan-deprecation-rules: ^1.0.0
- phpstan/phpstan-mockery: ^1.1.0
- phpstan/phpstan-phpunit: ^1.1.1
- phpunit/phpunit: ^9.5.27
- rector/rector: 0.15.1
- symplify/easy-coding-standard: 11.1.20
README
Strict mock is a strict type safe mock generated from your interfaces to use with any testing framework.
Current version is under development. Project taken from LaraStrict