Passed
Push — master ( f2685d...cdfd9a )
by Michael
02:50 queued 35s
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"
  dependency_paths:
    - "vendor/"
checks:
    php: true