Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Installation

edsonmedina edited this page Dec 10, 2014 · 1 revision

Installation is done via composer. You need composer to install it. There's no other method.

You need to add edsonmedina/php_testability as a dependency to your project's composer.json

{
    "require-dev": {
        "edsonmedina/php_testability": "dev-master"
    }
}

Then run composer update and that's it.

Clone this wiki locally