PHP Classes

File: infection.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Infrastructure Layer   infection.json   Download  
File: infection.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Infrastructure Layer
Base classes to implement Web applications
Author: By
Last change:
Date: 2 years ago
Size: 854 bytes
 

Contents

Class file image Download
{ "source": { "directories": [ "./Mezon/*" ], "excludes": [ "Tests" ] }, "phpUnit": { "customPath": ".\/vendor\/phpunit\/phpunit\/phpunit" }, "logs": { "text": ".\/tmp\/infection-text.txt", "summary": "\/tmp\/summary-log.txt", "debug": "\/tmp\/debug-log.txt", "perMutator": "\/tmp\/per-mutator-log.txt" }, "mutators": { "@default": true, "FunctionCallRemoval": { "ignore": [ "Mezon\\Redirect\\Layer::redirectTo::42", "Mezon\\Gd\\Layer::imageJpeg::59", "Mezon\\Gd\\Layer::imagePng::81", "Mezon\\Gd\\Layer::imageGif::103", "Mezon\\Gd\\Layer::imageBmp::125", "Mezon\\Gd\\Layer::imageWebp::147" ] }, "DecrementInteger": { "ignore": [ "Mezon\\Redirect\\Layer::redirectTo::43" ] }, "IncrementInteger": { "ignore": [ "Mezon\\Redirect\\Layer::redirectTo::43" ] } } }