ganbarodigital/php-unit-test-helpers

2.1.0 2015-06-27 14:44 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:26:40 UTC


README

简介

PHP 单元测试助手库提供了一套实用且健壮的助手,您可以将它们快速集成到自己的项目中,以节省编写单元测试的时间和精力。

安装

将以下内容添加到您的 composer.json 文件中

{
	"require": {
		"ganbarodigital/php-unit-test-helpers": "^1.0"
	}
}

然后运行 composer update