fintem/unit-test-case

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

Simplified phpunit mocking.

Maintainers

Package info

github.com/fintem/UnitTestCase

pkg:composer/fintem/unit-test-case

Statistics

Installs: 19 523

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

2.2 2018-04-03 14:51 UTC

This package is auto-updated.

Last update: 2026-03-17 21:23:27 UTC


README

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

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