PHP Classes

File: phpspec_coverage.yml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Safe File Write   phpspec_coverage.yml   Download  
File: phpspec_coverage.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Safe File Write
Write to files avoiding simultaneous accesses
Author: By
Last change:
Date: 5 years ago
Size: 874 bytes
 

Contents

Class file image Download
code_generation: false formatter.name: dot stop-on-failure: true suites: sfo_suite: namespace: SafeFileOperations psr4_prefix: SafeFileOperations spec_path: %paths.config%/specs spec_prefix: Spec src_path: %paths.config%/src extensions: PhpSpecCodeCoverage\CodeCoverageExtension: whitelist: - src blacklist: - bin - build - composer - docs - specs - tests - vendor blacklist_files: - bootstrap.php - UtilRegisterKey.php - yapeal.php - yc.php - "Mock*.php" - "*Spec.php" - "*Test.php" - "junk*.*" - "test*.*" format: - clover output: clover: build/clover.xml