fintem/unit-test-case

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

Simplified phpunit mocking.

Installs: 19 523

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fintem/unit-test-case

2.2 2018-04-03 14:51 UTC

This package is auto-updated.

Last update: 2025-10-17 20:25:51 UTC


README

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

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