ganbarodigital/php-unit-test-helpers

2.1.0 2015-06-27 14:44 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:20:40 UTC


README

Introduction

The PHP Unit Test helpers library provides a set of useful and robust helpers that you can quickly drop into your own project to save you time and effort when writing unit tests.

Installation

Add this to your composer.json file:

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

and then run composer update.