fintem/unit-test-case

There is no license information available for the latest version (2.2) of this package.

Simplified phpunit mocking.

2.2 2018-04-03 14:51 UTC

This package is auto-updated.

Last update: 2024-05-17 17:21:00 UTC


README

Simplifies usage of php mocks, allows to mock only the necessary constructor arguments.

$model = $this->getBasicMock(ApplicationModel::class, ['dispatcher' => $dispatcher]);