Test Failed
Push — master ( 61b1a0...56a1b4 )
by Daniel
19:59 queued 11:56
created

Repository Config

build:
    nodes:
        analysis:
            cache:
                directories:
                    - vendor/
                    - ~/.composer/cache/
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        test:
            cache:
                directories:
                    - vendor/
                    - ~/.composer/cache/
            
            tests:
                override:
                    - command: vendor/bin/simple-phpunit --coverage-clover=coverage
                      coverage:
                        file: coverage
                        format: clover
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter:
  excluded_paths:
    - 'tests/'

  paths:
    - 'src/TinyPngBundle/'

  dependency_paths:
    - 'vendor/'