PHP Classes

File: phpspec_coverage.yml

Recommend this page to a friend!
  Classes of Michael Cummings   Encryption Helper   phpspec_coverage.yml   Download  
File: phpspec_coverage.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Encryption Helper
Encrypt and decrypt of GET query lists
Author: By
Last change:
Date: 7 years ago
Size: 789 bytes
 

Contents

Class file image Download
code_generation: false formatter.name: dot stop-on-failure: true suites: eh_suite: namespace: EncryptionHelper psr4_prefix: EncryptionHelper 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 - "Mock*.php" - "*Spec.php" - "*Test.php" - "junk*.*" - "test*.*" format: - clover output: clover: build/clover.xml