PHP Classes

File: vendor/mockery/mockery/composer.json

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/mockery/mockery/composer.json   Download  
File: vendor/mockery/mockery/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 1,491 bytes
 

Contents

Class file image Download
{ "name": "mockery/mockery", "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", "keywords": ["library", "testing", "test", "stub", "mock", "mockery", "test double", "tdd", "bdd", "mock objects"], "homepage": "http://github.com/padraic/mockery", "license": "BSD-3-Clause", "authors": [ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", "homepage": "http://davedevelopment.co.uk" } ], "require": { "php": ">=5.3.2", "lib-pcre": ">=7.0", "hamcrest/hamcrest-php": "~1.1" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "psr-0": { "Mockery": "library/" } }, "extra": { "branch-alias": { "dev-master": "0.9.x-dev" } } }