Test Failed
Push — master ( d3a322...6ffd46 )
by Bogatkin
36:39
created

Checkout Config

build:
    environment:
        php: '7.1.6'
    dependencies:
        before:
            - composer global require "fxp/composer-asset-plugin:~1.3.1"
    tests:
        override:
            - phpunit
imports:
    - php
checks:
    php:
        code_rating: true
        duplication: true
tools:
    php_sim: false
    php_cpd: false
    php_pdepend: true
    php_analyzer: true
    php_changetracking: true
    external_code_coverage:
        timeout: 2100 # Timeout in seconds.
filter:
    excluded_paths:
        - tests/*
        - vendor/*

Repository Config

# language: php

# tests: true