Test Failed
Branch master (1fbe3c)
by Aleksandr
02:14
created

Repository Config

imports:
- php

tools:
  php_sim: false
  php_cpd: false
checks:
  php:
    code_rating: true
    duplication: true
build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run
    coverage:
      tests:
        override:
        - command: ~/.composer/vendor/bin/codecept run --env mysql,pgsql  --coverage --xml
          coverage:
            file: tests/output/report.xml
            format: clover

Global Config

imports:
    - php

tools:
    php_sim: false
    php_cpd: false
checks:
    php:
        code_rating: true
        duplication: true
build: 
     nodes: 
         analysis: 
             tests: 
                 override: 
                     - php-scrutinizer-run