Unit Testing Examples For Add-On

Hi, i'm currently working on developing custom add-on for cs-cart and want to implement a unit test and integration test. is there any examples i could use as references?

Thank you before.

Hi, i'm currently working on developing custom add-on for cs-cart and want to implement a unit test and integration test. is there any examples i could use as references?

Thank you before.

Look inside the product_variations and paypal addon

Look inside the product_variations and paypal addon

Hi, do you know how to run unit test for this add-on?

i tried phpunit app/addons/storefront_rest_api/Tygh/Tests/Unit/Addons/StorefrontRestApi/Payments/PaypalExpress/PaypalExpress.php

but it doesnt work

app/lib/vendor/bin/phpunit --bootstrap app/lib/vendor/autoload.php app/addons/produc
t_variations

Fatal error: Class 'Tygh\Tests\Unit\ATestCase' not found in /var/www/html/app/addons/product_variations/tests/Product/Group/GroupTest.php on line 19

Hello

Have you solved this problem? I have the same error.

Best regards

Robert