php - PrestaShop Module unit tests -


i new in prestashop , need create custom module, xml files parsing , database operations. create unit test module, because don't want test 'by hand'. provide me advices, methods or articles on web patterns how well? can't find tutorial using web search engine.

i did write blog post testing prestashop mink , behat (cucumber equivalent) can read here - http://xavierriley.co.uk/blog/2012/10/12/test-driving-prestashop-with-behat/

there's pull request on github adding unit tests project - https://github.com/prestashop/prestashop/pull/70

the tooling testing things in php doesn't seem mature ruby/java equivalents don't hopes up, should start.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -