PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexandre   Doubles   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Doubles
Create mock objects by doubling a given class
Author: By
Last change:
Date: 4 years ago
Size: 683 bytes
 

Contents

Class file image Download
{ "name": "sitphp/doubles", "description": "A simple yet powerful library to make class doubles for testing", "keywords": ["php", "test", "testing", "doubles", "mock", "phpunit", "unit-testing"], "homepage": "https://github.com/sitphp/doubles", "license": "MIT", "authors": [ { "name": "Alexandre GEISWILLER", "email": "alexandre.geiswiller@gmail.com" } ], "require": { "php": ">=7.0", "phpunit/phpunit": ">=6.5" }, "autoload": { "psr-4": { "Doubles\\": "src" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests" } } }