Passed
Pull Request — master (#21)
by Pavel
06:33
created

Checkout Config

build:
  tests:
    override:
      -
        command: SERIALIZER=jms phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover
      -
        command: SERIALIZER=symfony phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover

filter:
  excluded_paths:
    - "./Tests"
    - "./Test"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true