Passed
Push — master ( 5801f5...db04cb )
by Xaver
03:03
created

Checkout Config

# language: php
build:
    tests:
        override:
            - phpcs-run --standard=phpcs.xml.dist
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
  excluded_paths:
    - "MO4/Tests/*/*.inc"
    - "integrationtests/*"
  dependency_paths:
    - "vendor/"
checks:
    php: true