Completed
Push — master ( 98c39c...c8155d )
by Pavel
16:50
created

Checkout Config

build:
  tests:
    override:
      -
        command: SERIALIZER=jms vendor/bin/phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover
      -
        command: SERIALIZER=symfony vendor/bin/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