Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 974 Bytes

CONTRIBUTING

RESOURCES

If you wish to contribute to Blockchain Wallet Api, please be sure to read to the following resources:

If you are working on new features, or refactoring an existing component, please create a proposal. You can do this in on the RFC's page, https://github.com/sandrokeil/BlockchainWalletApi/wiki/RFCs.

RUNNING TESTS

To run tests:

  • Make sure you have a recent version of PHPUnit installed; 3.7.x minimally.

  • Be sure you are in the root directory

  • Execute PHPUnit

    % phpunit

You can turn on conditional tests with the TestConfig.php file. To do so:

  • Enter the test/ subdirectory.
  • Copy TestConfig.php.dist file to TestConfig.php
  • Edit TestConfig.php to enable any specific functionality you want to test, as well as to provide test values to utilize.