PHP Classes

File: infection.json5

Recommend this page to a friend!
  Classes of Eric Sizemore   PHP Project Template   infection.json5   Download  
File: infection.json5
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Project Template
Generate files for PHP projects from templates
Author: By
Last change:
Date: 1 month ago
Size: 523 bytes
 

Contents

Class file image Download
{ "$schema": "https://raw.githubusercontent.com/infection/infection/master/resources/schema.json", "source": { "directories": [ "src" ], "excludes": [ "tests", "vendor" ] }, "mutators": { "@default": true }, "timeout": 10, "logs": { "stryker": { "report": "/.*?/" }, "text": "php:\/\/stderr", "github": true }, "tmpDir": "build/logs", "testFramework": "phpunit" }