Recommend this page to a friend! |
Classes of Michael Cummings | > | PHP Event Mediator | > | phpspec_coverage.yml | > | 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 |