Test Setup Failed
Push — master ( 2741a1...ec1289 )
by Florian
03:10
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: false
        tests: true
        cake_adapter: 
            project_setup:
                override:
                    - composer require cakephp/cakephp:^3.6
                    - command: .\vendor\bin\phpunit
        doctrine_adapter:
            project_setup:
                override:
                    - composer require doctrine/orm:^2.7
                    - command: .\vendor\bin\phpunit
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false