Hi everyone,
I would like to know if anyone has ever used any tool like PHP unit for code testing on CS-Cart add-on /customization.
Please suggest any tool that has worked successfully.
Hi everyone,
I would like to know if anyone has ever used any tool like PHP unit for code testing on CS-Cart add-on /customization.
Please suggest any tool that has worked successfully.
At CS-Cart we use PHPUnit for development.
Thanks for the response, however, we get an error while testing our development code. Can you review it?
We take a different approach to the one you mention.
Please have a look at the following article:
https://docs.phpunit.de/en/8.5/organizing-tests.html#composing-a-test-suite-using-xml-configuration
I’m afraid I can’t reveal all the details.
Thanks! I will check and let you know.
A good solution for testing CS-Cart add-ons is to use PHPUnit for unit testing, as it integrates well with PHP projects. Additionally, you can use Codeception for functional testing and automate your testing workflow to ensure reliability and efficiency.
Thanks!
We will check the same.