build: dependencies: override: - composer install -o --no-interaction - bin/console doctrine:database:create - bin/console doctrine:schema:create - bin/console doctrine:fixtures:load --no-interaction environment: timezone: 'Europe/Paris' hosts: localhost: '127.0.0.1' variables: APP_ENV: 'test' elasticsearch: false postgresql: false rabbitmq: false mysql: false redis: false node: false php: version: 7.1.12 ini: 'date.timezone': 'Europe/Paris' nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: tests: override: - php-scrutinizer-run filter: excluded_paths: - 'bin/*' - 'config/*' - 'deploy/*' - 'docker/*' - 'fixtures/*' - 'var/*' - 'tests/*' - 'vendor/*' checks: php: true coding_style: php: { }