build:
  environment:
    php: "7.0.8"
  tests:
      before:
          - "phpunit"
before_commands:
    - "composer install --no-interaction --prefer-source"
                    checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true