Introduction
What Is The Unit Test Helpers Library?
Ganbaro Digital's Unit Test Helpers Library provides an easy-to-use collection of helper classes for your PHPUnit unit tests.
Goals
The Unit Test Helpers Library's purpose is to collect generic utilities that make it easier to achieve 100% code coverage on your unit tests.
Design Constraints
The library's design is guided by the following constraint(s):
- Fundamental development dependency of other libraries: This library provides code for other libraries to use in their unit tests. Composer does not support multual dependencies (two or more packages depending on each other). As a result, this library needs to depend on very little (if anything at all).
Questions?
This package was created by Stuart Herbert for Ganbaro Digital Ltd. Follow @ganbarodigital or @stuherbert for updates.