entity_to_text-1.0.x-dev/drupalci.yml
drupalci.yml
# This is the DrupalCI testbot build file for Drupal core and modified for
# the entity_to_text module.
build:
assessment:
validate_codebase:
phplint:
container_command:
csslint:
eslint:
phpcs:
testing:
container_command:
commands:
- cd ${SOURCE_DIR}
- sudo composer require "ezyang/htmlpurifier:^4.14" "drupal/paragraphs:^1.14" "vaites/php-apache-tika:^1.2" --no-scripts
- sudo composer require --dev "drupal/entity_browser" --no-scripts
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
run_tests.js:
concurrency: 1
types: 'PHPUnit-FunctionalJavascript'
nightwatchjs:
