From a60a1ae2dfaedc556e1245614fff9f897d9a4070 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 28 Apr 2025 12:30:10 +0200 Subject: [PATCH] add test cases --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 914a2df..aed888e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,21 @@ Exceptions: - Activate the module in the administration panel. +## Occurrences (test cases) + +- from user_billing.tpl block extension + - form/user_checkout_noregistration.tpl + - checkout/user.tpl (no login && order without account) + - form/user_checkout_registration.tpl + - checkout/user.tpl (no login && create account) + - form/user_checkout_change.tpl + - checkout/user.tpl (logged in) + - form/register.tpl + - page/account/register.tpl + - form/user.tpl + - page/account/user.tpl +- ... to be continued + ## Uninstall Disable the module in administration area and delete the module folder.