diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 232e085da55bf2cb37f6352f6228e258ba09ab61..f59aa2ae2801d5140d754e491b0c1fff33a58e71 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -278,6 +278,10 @@ class ERP5TypeTestCaseMixin(object):
     """Mixin class for ERP5 based tests.
     """
 
+    def dummy_test(self):
+      ZopeTestCase._print('All tests are skipped when --save option is passed '
+                          'with --update_business_templates or without --load')
+
     def shortDescription(self):
       description = str(self)
       doc = self._testMethodDoc
@@ -627,10 +631,6 @@ class ERP5TypeTestCaseMixin(object):
 
 class ERP5TypeCommandLineTestCase(object):
 
-    def dummy_test(self):
-      ZopeTestCase._print('All tests are skipped when --save option is passed '
-                          'with --update_business_templates or without --load')
-
     def getPortalName(self):
       """
         Return the name of a portal for this test case.