acromedia / drupal-test-traits
Useful traits for Drupal testing include a trait that optimises testing using database dumps
dev-main
2022-01-12 21:04 UTC
Requires
- drupal/core: ^9.2 || ^10
- drupal/core-dev: ^9.2 || ^10
- drush/drush: ^10 || ^11.0
This package is auto-updated.
Last update: 2024-11-13 03:24:13 UTC
README
Provides useful traits for Drupal tests.
Installation
composer require --dev acromedia/drupal-test-traits
Provided traits
Database Dump test trait
This trait can speed up testing by installing Drupal using database dump instead of running a regular profile install.
Tear down error checking trait
Improved error checking for tests especially JavascriptTestBase tests.
Test combiner trait
Run multitple tests against the same Drupal install. Beware of side effects!
Not to be confused with https://gitlab.com/weitzman/drupal-test-traits