eastoriented / php-test
A PHP library which define `if` as object
dev-master
2019-11-17 22:42 UTC
Requires
- eastoriented/php-block: dev-master
- eastoriented/php-container: dev-master
Requires (Dev)
- atoum/atoum: ^3
- eastoriented/library: dev-master
This package is auto-updated.
Last update: 2024-10-18 09:11:06 UTC
README
eastoriented/php-test
is a east oriented PHP library to do some test using object instead of if
instruction.
All public methods in all classes return void
.
Contributing
About workflow
We're using pull request to introduce new features and bug fixes.
Please, try to be explicit in your commit messages:
- Explain why the change was made ;
- Explain technical implementation (you can provide links to any relevant tickets, articles or other resources).
You can use the following template:
# If applied, this commit will...
# Explain why this change is being made
# Provide links to any relevant tickets, articles or other resources
To use it, just put it in a text file in (for example) your home and define it as a template:
# git config --global commit.template ~/.git_commit_template.txt
About testing
To run unit tests, just do make tests/units
.