ganbarodigital/php-unit-test-helpers

Maintainers

Package info

github.com/ganbarodigital/php-unit-test-helpers

pkg:composer/ganbarodigital/php-unit-test-helpers

Statistics

Installs: 8 776

Dependents: 17

Suggesters: 0

Stars: 1

Open Issues: 0

2.1.0 2015-06-27 14:44 UTC

This package is not auto-updated.

Last update: 2026-03-01 00:49:07 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.