uopz expectations A PHP library to mock core functions and set up expectations

Getting Started

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require --dev duncan3dc/uopz-expectations

Or you can manually add it to your composer.json:

{
    "require-dev": {
        "duncan3dc/uopz-expectations": "^0.1"
    }
}