PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change: (chore) cleans up project structure and removes symbolic links usage
Date: 11 days ago
Size: 520 bytes
 

 

Contents

Class file image Download
build: environment: php: version: 8.1.24 tests: override: - command: ./support/init && ./support/test && ./support/coverage clover-code-coverage coverage: file: 'sandbox/code-coverage-report/clover.xml' format: 'php-clover' cache: directories: - sandbox/composer/ filter: paths: - source/ excluded_paths: - sandbox/ - specs/ - support/