Passed
Push — master ( 9c5f80...09a164 )
by Emmanuel
01:40
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run  
  environment:
    php:
      version: 7.1
  project_setup:
    before:
      - mysql -e "CREATE DATABASE test_db"

filter:
  excluded_paths:
    - RoboFile*
    - tests/*
checks:
  php:
    code_rating: true

tools:
  php_analyzer: true
  php_changetracking: true
  php_code_sniffer:
    config:
      standard: "PSR2"
  php_cpd: true
  php_mess_detector: true
  php_pdepend: true
  sensiolabs_security_checker: true

Repository Config

# language: php