-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests #6
Comments
Good. I am ready to start this task. Please put me as assignee, so that others know that the task is carried out by someone. |
Can you also set up the .travis.yml config file @memclutter using phpdbg? So that it we can have code coverage reports for both 7.0 as well as 7.1? Otherwise let me know and I will set up the config file. Thanks! |
ok, I will do soon |
Awesome 👍 |
* Write first unit tests for issue #6 * Travis CI file * Update travis file * Add EOF
I will start writing the rest of the test this week so we can close this issue and start having a look at a proper refactoring. |
This task is very important. Before improvement, need to have a test case, because that way we will be sure that nothing is broken 😄
See https://phpunit.de/ for more details.
I can help with the writing and the organization run automatically on https://travis-ci.org/
The text was updated successfully, but these errors were encountered: