fintem/unit-test-case

该软件包最新版本(2.2)没有可用的许可信息。

简化phpunit模拟。

2.2 2018-04-03 14:51 UTC

This package is auto-updated.

Last update: 2024-09-17 17:58:04 UTC


README

简化php模拟器的使用,只允许模拟必要的构造函数参数。

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