PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages 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: - added dependencies
- fixed namespaces
- cleaned up code
- bug fixes
- improved test coverage
Date: 7 months ago
Size: 726 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.2", "phpunit/phpunit": "~8.5", "ext-dom": "*", "ext-mbstring": "*" }, "autoload": { "psr-4": { "SitPHP\\Doubles\\": "src" } }, "autoload-dev": { "psr-4": { "SitPHP\\Doubles\\Tests\\": "tests" } }, "require-dev": { } }