PHP Classes

File: phpspec_coverage.yml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Event Mediator   phpspec_coverage.yml   Download  
File: phpspec_coverage.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Event Mediator
Emit and listen to events using a mediator object
Author: By
Last change: Updated PHPSpec config files for move to version 3.0.
Date: 7 years ago
Size: 608 bytes
 

Contents

Class file image Download
suites: event_suite: namespace: EventMediator psr4_prefix: EventMediator spec_path: specs spec_prefix: Spec src_path: src extensions: PhpSpecCodeCoverage\CodeCoverageExtension: blacklist: - build - composer - docs - specs - tests - vendor blacklist_files: - bootstrap.php - "Mock*.php" - "*Spec.php" - "*Test.php" format: - clover output: clover: build/clover.xml formatter.name: dot