Test Setup Failed
Pull Request — master (#94)
by Alexis
02:35
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - tests/
  paths:
    - src/

build:
  environment:
    php:
      version: 7.1
  dependencies:
    override:
      -
        command: 'composer require symfony/config:^4.4 symfony/form:^4.4 symfony/framework-bundle:^4.4 symfony/templating:^4.4 symfony/security-csrf:^4.4 symfony/var-dumper:^4.4 --no-update'
      -
        command: 'make composer-install'
        idle_timeout: 900
  tests:
    override:
      -
        command: 'make phpspec'
      -
        command: './vendor/bin/phpunit --coverage-clover=coverage-clover'
        coverage:
          file: 'coverage-clover'
          format: 'php-clover'
      -
        command: 'make behat'

Repository Config

# language: php

checks:
    php:
        instanceof_class_exists: true
        return_doc_comments: true
        phpunit_assertions: true
        parameter_doc_comments: true
        avoid_todo_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_perl_style_comments: true