PHP Classes

File: phpspec_travis_coverage.yml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP File Path Normalizer   phpspec_travis_coverage.yml   Download  
File: phpspec_travis_coverage.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Path Normalizer
Get the full path of files relative to root
Author: By
Last change: Update of phpspec_travis_coverage.yml
Date: 2 months ago
Size: 616 bytes
 

Contents

Class file image Download
suites: fpn_suite: namespace: FilePathNormalizer psr4_prefix: spec_path: specs spec_prefix: Spec src_path: src extensions: PhpSpec\NyanFormattersExtension\Extension: ~ LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~ formatter.name: dot code_coverage: blacklist: - build - composer - docs - specs - tests - vendor blacklist_files: - bootstrap.php - "Mock*.php" - "*Spec.php" - "*Test.php" format: - clover output: clover: build/clover-phpspec.xml