statonlab / tripal-test-suite
Installs: 14 606
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 1
Open Issues: 8
Requires
- fzaninotto/faker: dev-master
- guzzlehttp/guzzle: ^6.3
- phpunit/phpunit: ^5 || ^6 || ^7 || ^8 || ^9
- symfony/console: ^3 || ^4.0
- dev-master
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.0
- 0.3.0-beta
- 0.2.1
- 0.2.0
- 0.1.0
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-citrus_seeder
- dev-collaboration-docs
- dev-edit-docs
- dev-103_tips_and_tricks_section
- dev-specify-chado-path
This package is auto-updated.
Last update: 2025-03-27 23:02:49 UTC
README
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.