statonlab/tripal-test-suite

1.7.0 2023-02-23 16:31 UTC

README

Build Status DOI

Tripal Test Suite

TripalTestSuite is a composer package that handles common test practices such as bootstrapping Drupal before running the tests, creating test file, creating and managing database seeders (files that seed the database with data for use in testing) and much more.

Installation

Within your Drupal module path (e,g sites/all/modules/my_module), run the following.

composer require statonlab/tripal-test-suite --dev

This will install TripalTestSuite along with all of the dependencies.

Usage Documentation

Please visit our online documentation to learn about installation and usage.

License

TripalTestSuite is licensed under GPLv3.