PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Selective PHP Image Manipulation   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Selective PHP Image Manipulation
Perform several types of image manipulation
Author: By
Last change:
Date: 1 year ago
Size: 935 bytes
 

Contents

Class file image Download
filter: paths: ["src/*"] excluded_paths: ["vendor/*", "tests/*"] checks: php: code_rating: true duplication: true tools: external_code_coverage: false build: environment: php: 7.2 mysql: false node: false postgresql: false mongodb: false elasticsearch: false redis: false memcached: false neo4j: false rabbitmq: false nodes: analysis: tests: override: - php-scrutinizer-run dependencies: before: - composer self-update - composer update --no-interaction --prefer-dist --no-progress tests: before: - command: vendor/bin/phpunit --coverage-clover build/logs/clover.xml coverage: file: 'build/logs/clover.xml' format: 'clover'