ganbarodigital / php-unit-test-helpers
Installs: 5 873
Dependents: 17
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >= 5.5
Requires (Dev)
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-09 18:16:58 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
.