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

This package is auto-updated.

Last update: 2024-04-13 02:04:33 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