PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   ITest v2   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ITest v2
Run tests on classes defined in comments
Author: By
Last change: Update of composer.json
Date: 14 days ago
Size: 495 bytes
 

Contents

Class file image Download
{ "name": "pyhalibs/itest", "type": "library", "description": "Pyha Framework ITest Library", "keywords": ["pyha", "framework", "testing", "tdd"], "license": "MIT", "authors": [ { "name": "AlexanderC", "email": "[email protected]" } ], "require": { "php": ">=5.4" }, "autoload": { "psr-0": { "Pyha\\Libs\\ITest\\": "lib/" }, "classmap": [ ] }, "minimum-stability": "dev" }