filter: excluded_paths: - tests/* - vendor/* build: environment: elasticsearch: true docker: cache: images: - "*" tests: before: - cd .. - git clone https://github.com/drupal/drupal - ls -lah - ln -s ../../elasticentityquery drupal/modules/elasticentityquery - cd drupal - composer require elasticsearch/elasticsearch - composer install - cd core override: - command: ../vendor/bin/phpunit --group=elasticentityquery --testsuite=unit coverage: file: phpunit.report.coverage.xml format: clover
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: size: 2 spaces: around_operators: concatenation: true build: true