omise / omise-prestashop

Omise PrestaShop Plugin
https://docs.opn.ooo/prestashop-plugin
MIT License
4 stars 7 forks source link

Add a unit test for a controller class, OmisePaymentModuleFrontController #17

Closed nimid closed 7 years ago

nimid commented 7 years ago

1. Objective

Related information: Related issue: - Related ticket: - Required pull request: #14

2. Description of change

3. Quality assurance

Environments:

Details:

Manual testing Run the unit testing with PHPUnit (no additional required parameters). For example:

$ phpunit

Automated testing Setup the system such as Travis CI, CircleCI or Jenkins.

4. Impact of the change

-

5. Priority of change

Normal

6. Additional notes

The screenshot below shows the passed unit tests at Travis CI.

pass_at_travis_ci

The screenshot below shows the passed unit tests at CircleCI.

pass_at_circleci

guzzilar commented 7 years ago

FYI: Im gonna close this PR since this one already merged to #19 and we're going to review this changes in that PR.

Thanks for the changes 👍