Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

CONTRIBUTING

Any contribution is welcome.

Tests

All contributions must be tested following as much as possible the current test structure:

  • One class = one test file in test/suites and the class must be annotated with @covers.
  • One class method = one method in the test class.
  • Complex tests must be placed in the scenario directory.

Look at current tests in test/suites for more details.

Conding Standards

The code follow the PSR-2 coding standards

Tools

  • run test suit: composer test
  • Check Coding standards: composer cscheck
  • auto fix standards: .composer csfix