Completed
Push — master ( eb27a4...473668 )
by Marc
02:12
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

Global Config

imports:
    - php
filter:
    excluded_paths:
        - test/*
        - tests/*
        - Test/*
        - Tests/*
        - vendor/*
build:
    environment:
        php:
            version: 5.6
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=current-coverage'
                coverage:
                    file: 'current-coverage'
                    format: 'php-clover'
checks:
    php:
        variable_existence: true
        verify_access_scope_valid: true
        verify_argument_usable_as_reference: true
        verify_property_names: true
        use_statement_alias_conflict: true
        uppercase_constants: true
        unused_variables: true
        unused_properties: true
        unused_parameters: true
        unused_methods: true
        unreachable_code: true
        require_php_tag_first: true
        php5_style_constructor: true
        parameters_in_camelcaps: true
        no_short_open_tag: true
        no_debug_code: true
        lowercase_php_keywords: true
        lowercase_basic_constants: true
        code_rating: true

coding_style:
    php: {  }