Recommend this page to a friend! |
Classes of Faris AL-Otabi | PHP Data Sanitization | .github/CONTRIBUTING.md | Download |
|
DownloadCONTRIBUTINGWe are using GitHub Actions as a continuous build and testings system. For details, take a look at the following workflow configuration file: Coding StandardsThis library code is written with PSR-12 in mind so please use the same coding standard when implementing a new feature We are using If you do not have
or
to install We are using To test for coding standard issues use this command
Also we are using Dependency AnalysisWe are using Run
to run a dependency analysis. DocumentationsEach new function has to have a docblock that describe what that function do Example:
ExamplesEach new function has to have an example in the "examples" folder and named using this name convention
TestsEach new function has to have at least one test case and the function should pass that test without errors. We are using Run
to run all the tests. Mutation TestsWe are using Enable
to run mutation tests. Extra lazy?Run
to enforce coding standards, and run tests! Help:bulb: Run
to display a list of available targets with corresponding descriptions. |