Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 439 Bytes

File metadata and controls

22 lines (15 loc) · 439 Bytes

CONTRIBUTING

Any contribution is welcome.

Tests

All contributions must be tested following as much as possible the current test structure. 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