Passed
Push — master ( 541a1c...6309db )
by Michael
02:43
created

Checkout Config

# language: php
build:
    environment:
        php: 7.4.14
    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