|
After cloning the [Tripal github repo](https://github.com/tripal/tripal), you will need to install the developer dependencies required to run tests locally. To do this, you'll need to [install Composer](https://getcomposer.org/doc/00-intro.md), and then execute `composer install` in your project root.
|
|
After cloning the [Tripal github repo](https://github.com/tripal/tripal), you will need to install the developer dependencies required to run tests locally. To do this, you'll need to [install Composer](https://getcomposer.org/doc/00-intro.md), and then execute `composer install` in your project root.
|
|
For facilitate accepting your pull requests, your code should include tests. The tests should meet the following guidelines:
|
|
For facilitate accepting your pull requests, your code should include tests. The tests should meet the following guidelines:
|