Search the Community
Showing results for tags 'phpunit'.
-
Arkadaşlar Selamlar, Yazmak için ancak fırsat bulabildim. Dün, 7 Ocak 2020'de kritik bir güvenlik açığı keşfedildi ve tüm Prestashop kullanıcıları uyarıldı, detaylarını aşağıda paylaşıyor olacağım, mağazanızın güvenliği için dikkate almanız şiddetle tavsiye edilir. Haber, PrestaShop modüll...
-
Hi there, I want to do unit testing of my module using PHPUnit. But I don't know how to test action Hooks methods, Anyone? public function hookActionObjectProductInCartDeleteAfter($params) { // Do something Like Delete Specific Price, send mail, etc. }
-
Hello all Prestashopers, I'm trying to create an unit test using PHPunit framework, everything is setup well and working and I could create some simple unit tests, but when it comes to test something related to the cart/customer...etc objects, I get this errors: PrestaShopException:...
-
Buenos días: ¿Cómo hacéis vosotros los test unitarios en Prestashop? Para cualquier desarrollador los test unitarios son algo bastante importante, y en Prestashop yo no consigo funcionar con phpUnit correctamente. He visto estos dos enlaces, pero no soy capaz de configurarlo bien: https...