diff --git a/phpunit.xml b/phpunit.xml index 5f16fc20a..1ae85bdd6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -13,7 +13,7 @@ > - ./tests/ + ./tests/unit/ diff --git a/tests/gulliver/system/classControllerTest.php b/tests/automated/gulliver/system/classControllerTest.php similarity index 100% rename from tests/gulliver/system/classControllerTest.php rename to tests/automated/gulliver/system/classControllerTest.php diff --git a/tests/gulliver/system/classDBConnectionTest.php b/tests/automated/gulliver/system/classDBConnectionTest.php similarity index 100% rename from tests/gulliver/system/classDBConnectionTest.php rename to tests/automated/gulliver/system/classDBConnectionTest.php diff --git a/tests/gulliver/system/classDBRecordSetTest.php b/tests/automated/gulliver/system/classDBRecordSetTest.php similarity index 100% rename from tests/gulliver/system/classDBRecordSetTest.php rename to tests/automated/gulliver/system/classDBRecordSetTest.php diff --git a/tests/gulliver/system/classDBSessionTest.php b/tests/automated/gulliver/system/classDBSessionTest.php similarity index 100% rename from tests/gulliver/system/classDBSessionTest.php rename to tests/automated/gulliver/system/classDBSessionTest.php diff --git a/tests/gulliver/system/classDBTableTest.php b/tests/automated/gulliver/system/classDBTableTest.php similarity index 100% rename from tests/gulliver/system/classDBTableTest.php rename to tests/automated/gulliver/system/classDBTableTest.php diff --git a/tests/gulliver/system/classDataBaseMaintenanceTest.php b/tests/automated/gulliver/system/classDataBaseMaintenanceTest.php similarity index 100% rename from tests/gulliver/system/classDataBaseMaintenanceTest.php rename to tests/automated/gulliver/system/classDataBaseMaintenanceTest.php diff --git a/tests/gulliver/system/classFormTest.php b/tests/automated/gulliver/system/classFormTest.php similarity index 100% rename from tests/gulliver/system/classFormTest.php rename to tests/automated/gulliver/system/classFormTest.php diff --git a/tests/gulliver/system/classGTest.php b/tests/automated/gulliver/system/classGTest.php similarity index 100% rename from tests/gulliver/system/classGTest.php rename to tests/automated/gulliver/system/classGTest.php diff --git a/tests/gulliver/system/classG_ErrorTest.php b/tests/automated/gulliver/system/classG_ErrorTest.php similarity index 100% rename from tests/gulliver/system/classG_ErrorTest.php rename to tests/automated/gulliver/system/classG_ErrorTest.php diff --git a/tests/gulliver/system/classHelperTest.php b/tests/automated/gulliver/system/classHelperTest.php similarity index 100% rename from tests/gulliver/system/classHelperTest.php rename to tests/automated/gulliver/system/classHelperTest.php diff --git a/tests/gulliver/system/classHttpProxyControllerTest.php b/tests/automated/gulliver/system/classHttpProxyControllerTest.php similarity index 100% rename from tests/gulliver/system/classHttpProxyControllerTest.php rename to tests/automated/gulliver/system/classHttpProxyControllerTest.php diff --git a/tests/gulliver/system/classMenuTest.php b/tests/automated/gulliver/system/classMenuTest.php similarity index 100% rename from tests/gulliver/system/classMenuTest.php rename to tests/automated/gulliver/system/classMenuTest.php diff --git a/tests/gulliver/system/classNTLMSoapClientTest.php b/tests/automated/gulliver/system/classNTLMSoapClientTest.php similarity index 100% rename from tests/gulliver/system/classNTLMSoapClientTest.php rename to tests/automated/gulliver/system/classNTLMSoapClientTest.php diff --git a/tests/gulliver/system/classPHPSQLParserTest.php b/tests/automated/gulliver/system/classPHPSQLParserTest.php similarity index 100% rename from tests/gulliver/system/classPHPSQLParserTest.php rename to tests/automated/gulliver/system/classPHPSQLParserTest.php diff --git a/tests/gulliver/system/classPMExceptionTest.php b/tests/automated/gulliver/system/classPMExceptionTest.php similarity index 100% rename from tests/gulliver/system/classPMExceptionTest.php rename to tests/automated/gulliver/system/classPMExceptionTest.php diff --git a/tests/gulliver/system/classPMServiceNTLMSoapClientTest.php b/tests/automated/gulliver/system/classPMServiceNTLMSoapClientTest.php similarity index 100% rename from tests/gulliver/system/classPMServiceNTLMSoapClientTest.php rename to tests/automated/gulliver/system/classPMServiceNTLMSoapClientTest.php diff --git a/tests/gulliver/system/classPMServiceProviderNTLMStreamTest.php b/tests/automated/gulliver/system/classPMServiceProviderNTLMStreamTest.php similarity index 100% rename from tests/gulliver/system/classPMServiceProviderNTLMStreamTest.php rename to tests/automated/gulliver/system/classPMServiceProviderNTLMStreamTest.php diff --git a/tests/gulliver/system/classPublisherTest.php b/tests/automated/gulliver/system/classPublisherTest.php similarity index 100% rename from tests/gulliver/system/classPublisherTest.php rename to tests/automated/gulliver/system/classPublisherTest.php diff --git a/tests/gulliver/system/classRBACTest.php b/tests/automated/gulliver/system/classRBACTest.php similarity index 100% rename from tests/gulliver/system/classRBACTest.php rename to tests/automated/gulliver/system/classRBACTest.php diff --git a/tests/gulliver/system/classRestClientTest.php b/tests/automated/gulliver/system/classRestClientTest.php similarity index 100% rename from tests/gulliver/system/classRestClientTest.php rename to tests/automated/gulliver/system/classRestClientTest.php diff --git a/tests/gulliver/system/classTableTest.php b/tests/automated/gulliver/system/classTableTest.php similarity index 100% rename from tests/gulliver/system/classTableTest.php rename to tests/automated/gulliver/system/classTableTest.php diff --git a/tests/gulliver/system/classTemplatePowerParserTest.php b/tests/automated/gulliver/system/classTemplatePowerParserTest.php similarity index 100% rename from tests/gulliver/system/classTemplatePowerParserTest.php rename to tests/automated/gulliver/system/classTemplatePowerParserTest.php diff --git a/tests/gulliver/system/classTemplatePowerTest.php b/tests/automated/gulliver/system/classTemplatePowerTest.php similarity index 100% rename from tests/gulliver/system/classTemplatePowerTest.php rename to tests/automated/gulliver/system/classTemplatePowerTest.php diff --git a/tests/gulliver/system/classTreeTest.php b/tests/automated/gulliver/system/classTreeTest.php similarity index 100% rename from tests/gulliver/system/classTreeTest.php rename to tests/automated/gulliver/system/classTreeTest.php diff --git a/tests/gulliver/system/classWebResourceTest.php b/tests/automated/gulliver/system/classWebResourceTest.php similarity index 100% rename from tests/gulliver/system/classWebResourceTest.php rename to tests/automated/gulliver/system/classWebResourceTest.php diff --git a/tests/gulliver/system/classXmlFormTest.php b/tests/automated/gulliver/system/classXmlFormTest.php similarity index 100% rename from tests/gulliver/system/classXmlFormTest.php rename to tests/automated/gulliver/system/classXmlFormTest.php diff --git a/tests/gulliver/system/classXmlForm_FieldTest.php b/tests/automated/gulliver/system/classXmlForm_FieldTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_FieldTest.php rename to tests/automated/gulliver/system/classXmlForm_FieldTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_ButtonTest.php b/tests/automated/gulliver/system/classXmlForm_Field_ButtonTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_ButtonTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_ButtonTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CaptionCurrencyTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CaptionCurrencyTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CaptionCurrencyTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CaptionCurrencyTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CaptionPercentageTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CaptionPercentageTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CaptionPercentageTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CaptionPercentageTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CaptionTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CaptionTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CaptionTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CaptionTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CheckGroupTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CheckGroupTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CheckGroupTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CheckGroupTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CheckGroupViewTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CheckGroupViewTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CheckGroupViewTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CheckGroupViewTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_Checkbox2Test.php b/tests/automated/gulliver/system/classXmlForm_Field_Checkbox2Test.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_Checkbox2Test.php rename to tests/automated/gulliver/system/classXmlForm_Field_Checkbox2Test.php diff --git a/tests/gulliver/system/classXmlForm_Field_CheckboxTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CheckboxTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CheckboxTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CheckboxTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CheckboxptTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CheckboxptTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CheckboxptTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CheckboxptTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_CurrencyTest.php b/tests/automated/gulliver/system/classXmlForm_Field_CurrencyTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_CurrencyTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_CurrencyTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_DVEditorTest.php b/tests/automated/gulliver/system/classXmlForm_Field_DVEditorTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_DVEditorTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_DVEditorTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_Date2Test.php b/tests/automated/gulliver/system/classXmlForm_Field_Date2Test.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_Date2Test.php rename to tests/automated/gulliver/system/classXmlForm_Field_Date2Test.php diff --git a/tests/gulliver/system/classXmlForm_Field_Date5Test.php b/tests/automated/gulliver/system/classXmlForm_Field_Date5Test.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_Date5Test.php rename to tests/automated/gulliver/system/classXmlForm_Field_Date5Test.php diff --git a/tests/gulliver/system/classXmlForm_Field_DateTest.php b/tests/automated/gulliver/system/classXmlForm_Field_DateTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_DateTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_DateTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_DateViewTest.php b/tests/automated/gulliver/system/classXmlForm_Field_DateViewTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_DateViewTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_DateViewTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_DropdownTest.php b/tests/automated/gulliver/system/classXmlForm_Field_DropdownTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_DropdownTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_DropdownTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_DropdownptTest.php b/tests/automated/gulliver/system/classXmlForm_Field_DropdownptTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_DropdownptTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_DropdownptTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_FastSearchTest.php b/tests/automated/gulliver/system/classXmlForm_Field_FastSearchTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_FastSearchTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_FastSearchTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_FileTest.php b/tests/automated/gulliver/system/classXmlForm_Field_FileTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_FileTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_FileTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_GridTest.php b/tests/automated/gulliver/system/classXmlForm_Field_GridTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_GridTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_GridTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_HTMLTest.php b/tests/automated/gulliver/system/classXmlForm_Field_HTMLTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_HTMLTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_HTMLTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_HiddenTest.php b/tests/automated/gulliver/system/classXmlForm_Field_HiddenTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_HiddenTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_HiddenTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_ImageTest.php b/tests/automated/gulliver/system/classXmlForm_Field_ImageTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_ImageTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_ImageTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_JavaScriptTest.php b/tests/automated/gulliver/system/classXmlForm_Field_JavaScriptTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_JavaScriptTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_JavaScriptTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_LabelTest.php b/tests/automated/gulliver/system/classXmlForm_Field_LabelTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_LabelTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_LabelTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_LinkTest.php b/tests/automated/gulliver/system/classXmlForm_Field_LinkTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_LinkTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_LinkTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_ListboxTest.php b/tests/automated/gulliver/system/classXmlForm_Field_ListboxTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_ListboxTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_ListboxTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_PasswordTest.php b/tests/automated/gulliver/system/classXmlForm_Field_PasswordTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_PasswordTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_PasswordTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_PercentageTest.php b/tests/automated/gulliver/system/classXmlForm_Field_PercentageTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_PercentageTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_PercentageTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_PrintTest.php b/tests/automated/gulliver/system/classXmlForm_Field_PrintTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_PrintTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_PrintTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_RadioGroupTest.php b/tests/automated/gulliver/system/classXmlForm_Field_RadioGroupTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_RadioGroupTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_RadioGroupTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_RadioGroupViewTest.php b/tests/automated/gulliver/system/classXmlForm_Field_RadioGroupViewTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_RadioGroupViewTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_RadioGroupViewTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_ResetTest.php b/tests/automated/gulliver/system/classXmlForm_Field_ResetTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_ResetTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_ResetTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_SimpleTextTest.php b/tests/automated/gulliver/system/classXmlForm_Field_SimpleTextTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_SimpleTextTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_SimpleTextTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_SubmitTest.php b/tests/automated/gulliver/system/classXmlForm_Field_SubmitTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_SubmitTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_SubmitTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_SubtitleTest.php b/tests/automated/gulliver/system/classXmlForm_Field_SubtitleTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_SubtitleTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_SubtitleTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_SuggestTest.php b/tests/automated/gulliver/system/classXmlForm_Field_SuggestTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_SuggestTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_SuggestTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_TextTest.php b/tests/automated/gulliver/system/classXmlForm_Field_TextTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_TextTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_TextTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_TextareaTest.php b/tests/automated/gulliver/system/classXmlForm_Field_TextareaTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_TextareaTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_TextareaTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_TitleTest.php b/tests/automated/gulliver/system/classXmlForm_Field_TitleTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_TitleTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_TitleTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_XmlMenuTest.php b/tests/automated/gulliver/system/classXmlForm_Field_XmlMenuTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_XmlMenuTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_XmlMenuTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_XmlformTest.php b/tests/automated/gulliver/system/classXmlForm_Field_XmlformTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_XmlformTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_XmlformTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_YesNoTest.php b/tests/automated/gulliver/system/classXmlForm_Field_YesNoTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_YesNoTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_YesNoTest.php diff --git a/tests/gulliver/system/classXmlForm_Field_cellMarkTest.php b/tests/automated/gulliver/system/classXmlForm_Field_cellMarkTest.php similarity index 100% rename from tests/gulliver/system/classXmlForm_Field_cellMarkTest.php rename to tests/automated/gulliver/system/classXmlForm_Field_cellMarkTest.php diff --git a/tests/gulliver/system/classXml_NodeTest.php b/tests/automated/gulliver/system/classXml_NodeTest.php similarity index 100% rename from tests/gulliver/system/classXml_NodeTest.php rename to tests/automated/gulliver/system/classXml_NodeTest.php diff --git a/tests/gulliver/system/classXml_documentTest.php b/tests/automated/gulliver/system/classXml_documentTest.php similarity index 100% rename from tests/gulliver/system/classXml_documentTest.php rename to tests/automated/gulliver/system/classXml_documentTest.php diff --git a/tests/gulliver/system/classdatabaseTest.php b/tests/automated/gulliver/system/classdatabaseTest.php similarity index 100% rename from tests/gulliver/system/classdatabaseTest.php rename to tests/automated/gulliver/system/classdatabaseTest.php diff --git a/tests/gulliver/system/classdatabase_baseTest.php b/tests/automated/gulliver/system/classdatabase_baseTest.php similarity index 100% rename from tests/gulliver/system/classdatabase_baseTest.php rename to tests/automated/gulliver/system/classdatabase_baseTest.php diff --git a/tests/gulliver/system/classdynaFormHandlerTest.php b/tests/automated/gulliver/system/classdynaFormHandlerTest.php similarity index 100% rename from tests/gulliver/system/classdynaFormHandlerTest.php rename to tests/automated/gulliver/system/classdynaFormHandlerTest.php diff --git a/tests/gulliver/system/classfilterFormTest.php b/tests/automated/gulliver/system/classfilterFormTest.php similarity index 100% rename from tests/gulliver/system/classfilterFormTest.php rename to tests/automated/gulliver/system/classfilterFormTest.php diff --git a/tests/gulliver/system/classfunctionTestTest.php b/tests/automated/gulliver/system/classfunctionTestTest.php similarity index 100% rename from tests/gulliver/system/classfunctionTestTest.php rename to tests/automated/gulliver/system/classfunctionTestTest.php diff --git a/tests/gulliver/system/classheadPublisherTest.php b/tests/automated/gulliver/system/classheadPublisherTest.php similarity index 100% rename from tests/gulliver/system/classheadPublisherTest.php rename to tests/automated/gulliver/system/classheadPublisherTest.php diff --git a/tests/gulliver/system/classi18n_POTest.php b/tests/automated/gulliver/system/classi18n_POTest.php similarity index 100% rename from tests/gulliver/system/classi18n_POTest.php rename to tests/automated/gulliver/system/classi18n_POTest.php diff --git a/tests/gulliver/system/classmailerTest.php b/tests/automated/gulliver/system/classmailerTest.php similarity index 100% rename from tests/gulliver/system/classmailerTest.php rename to tests/automated/gulliver/system/classmailerTest.php diff --git a/tests/gulliver/system/classobjectTemplateTest.php b/tests/automated/gulliver/system/classobjectTemplateTest.php similarity index 100% rename from tests/gulliver/system/classobjectTemplateTest.php rename to tests/automated/gulliver/system/classobjectTemplateTest.php diff --git a/tests/gulliver/system/classpagedTableTest.php b/tests/automated/gulliver/system/classpagedTableTest.php similarity index 100% rename from tests/gulliver/system/classpagedTableTest.php rename to tests/automated/gulliver/system/classpagedTableTest.php diff --git a/tests/gulliver/system/classsoapNtlmTest.php b/tests/automated/gulliver/system/classsoapNtlmTest.php similarity index 100% rename from tests/gulliver/system/classsoapNtlmTest.php rename to tests/automated/gulliver/system/classsoapNtlmTest.php diff --git a/tests/gulliver/system/classtestToolsTest.php b/tests/automated/gulliver/system/classtestToolsTest.php similarity index 100% rename from tests/gulliver/system/classtestToolsTest.php rename to tests/automated/gulliver/system/classtestToolsTest.php diff --git a/tests/gulliver/system/classunitTestTest.php b/tests/automated/gulliver/system/classunitTestTest.php similarity index 100% rename from tests/gulliver/system/classunitTestTest.php rename to tests/automated/gulliver/system/classunitTestTest.php diff --git a/tests/gulliver/system/classxmlMenuTest.php b/tests/automated/gulliver/system/classxmlMenuTest.php similarity index 100% rename from tests/gulliver/system/classxmlMenuTest.php rename to tests/automated/gulliver/system/classxmlMenuTest.php diff --git a/tests/gulliver/system/classxmlformTemplateTest.php b/tests/automated/gulliver/system/classxmlformTemplateTest.php similarity index 100% rename from tests/gulliver/system/classxmlformTemplateTest.php rename to tests/automated/gulliver/system/classxmlformTemplateTest.php diff --git a/tests/gulliver/system/classymlDomainTest.php b/tests/automated/gulliver/system/classymlDomainTest.php similarity index 100% rename from tests/gulliver/system/classymlDomainTest.php rename to tests/automated/gulliver/system/classymlDomainTest.php diff --git a/tests/gulliver/system/classymlTestCasesTest.php b/tests/automated/gulliver/system/classymlTestCasesTest.php similarity index 100% rename from tests/gulliver/system/classymlTestCasesTest.php rename to tests/automated/gulliver/system/classymlTestCasesTest.php diff --git a/tests/workflow/engine/classes/classApplicationsTest.php b/tests/automated/workflow/engine/classes/classApplicationsTest.php similarity index 100% rename from tests/workflow/engine/classes/classApplicationsTest.php rename to tests/automated/workflow/engine/classes/classApplicationsTest.php diff --git a/tests/workflow/engine/classes/classArrayBasePeerTest.php b/tests/automated/workflow/engine/classes/classArrayBasePeerTest.php similarity index 100% rename from tests/workflow/engine/classes/classArrayBasePeerTest.php rename to tests/automated/workflow/engine/classes/classArrayBasePeerTest.php diff --git a/tests/workflow/engine/classes/classCLITest.php b/tests/automated/workflow/engine/classes/classCLITest.php similarity index 100% rename from tests/workflow/engine/classes/classCLITest.php rename to tests/automated/workflow/engine/classes/classCLITest.php diff --git a/tests/workflow/engine/classes/classCasesTest.php b/tests/automated/workflow/engine/classes/classCasesTest.php similarity index 100% rename from tests/workflow/engine/classes/classCasesTest.php rename to tests/automated/workflow/engine/classes/classCasesTest.php diff --git a/tests/workflow/engine/classes/classConfigurationsTest.php b/tests/automated/workflow/engine/classes/classConfigurationsTest.php similarity index 100% rename from tests/workflow/engine/classes/classConfigurationsTest.php rename to tests/automated/workflow/engine/classes/classConfigurationsTest.php diff --git a/tests/workflow/engine/classes/classDerivationTest.php b/tests/automated/workflow/engine/classes/classDerivationTest.php similarity index 100% rename from tests/workflow/engine/classes/classDerivationTest.php rename to tests/automated/workflow/engine/classes/classDerivationTest.php diff --git a/tests/workflow/engine/classes/classDynaFormFieldTest.php b/tests/automated/workflow/engine/classes/classDynaFormFieldTest.php similarity index 100% rename from tests/workflow/engine/classes/classDynaFormFieldTest.php rename to tests/automated/workflow/engine/classes/classDynaFormFieldTest.php diff --git a/tests/workflow/engine/classes/classGroupUserTest.php b/tests/automated/workflow/engine/classes/classGroupUserTest.php similarity index 100% rename from tests/workflow/engine/classes/classGroupUserTest.php rename to tests/automated/workflow/engine/classes/classGroupUserTest.php diff --git a/tests/workflow/engine/classes/classGroupsTest.php b/tests/automated/workflow/engine/classes/classGroupsTest.php similarity index 100% rename from tests/workflow/engine/classes/classGroupsTest.php rename to tests/automated/workflow/engine/classes/classGroupsTest.php diff --git a/tests/workflow/engine/classes/classGulliverBasePeerTest.php b/tests/automated/workflow/engine/classes/classGulliverBasePeerTest.php similarity index 100% rename from tests/workflow/engine/classes/classGulliverBasePeerTest.php rename to tests/automated/workflow/engine/classes/classGulliverBasePeerTest.php diff --git a/tests/workflow/engine/classes/classInstallerTest.php b/tests/automated/workflow/engine/classes/classInstallerTest.php similarity index 100% rename from tests/workflow/engine/classes/classInstallerTest.php rename to tests/automated/workflow/engine/classes/classInstallerTest.php diff --git a/tests/workflow/engine/classes/classJavaBridgePMTest.php b/tests/automated/workflow/engine/classes/classJavaBridgePMTest.php similarity index 100% rename from tests/workflow/engine/classes/classJavaBridgePMTest.php rename to tests/automated/workflow/engine/classes/classJavaBridgePMTest.php diff --git a/tests/workflow/engine/classes/classJrmlTest.php b/tests/automated/workflow/engine/classes/classJrmlTest.php similarity index 100% rename from tests/workflow/engine/classes/classJrmlTest.php rename to tests/automated/workflow/engine/classes/classJrmlTest.php diff --git a/tests/workflow/engine/classes/classNETTest.php b/tests/automated/workflow/engine/classes/classNETTest.php similarity index 100% rename from tests/workflow/engine/classes/classNETTest.php rename to tests/automated/workflow/engine/classes/classNETTest.php diff --git a/tests/workflow/engine/classes/classObjectCellectionTest.php b/tests/automated/workflow/engine/classes/classObjectCellectionTest.php similarity index 100% rename from tests/workflow/engine/classes/classObjectCellectionTest.php rename to tests/automated/workflow/engine/classes/classObjectCellectionTest.php diff --git a/tests/workflow/engine/classes/classObjectDocumentTest.php b/tests/automated/workflow/engine/classes/classObjectDocumentTest.php similarity index 100% rename from tests/workflow/engine/classes/classObjectDocumentTest.php rename to tests/automated/workflow/engine/classes/classObjectDocumentTest.php diff --git a/tests/workflow/engine/classes/classPMDashletTest.php b/tests/automated/workflow/engine/classes/classPMDashletTest.php similarity index 100% rename from tests/workflow/engine/classes/classPMDashletTest.php rename to tests/automated/workflow/engine/classes/classPMDashletTest.php diff --git a/tests/workflow/engine/classes/classPMPluginRegistryTest.php b/tests/automated/workflow/engine/classes/classPMPluginRegistryTest.php similarity index 100% rename from tests/workflow/engine/classes/classPMPluginRegistryTest.php rename to tests/automated/workflow/engine/classes/classPMPluginRegistryTest.php diff --git a/tests/workflow/engine/classes/classPMPluginTest.php b/tests/automated/workflow/engine/classes/classPMPluginTest.php similarity index 100% rename from tests/workflow/engine/classes/classPMPluginTest.php rename to tests/automated/workflow/engine/classes/classPMPluginTest.php diff --git a/tests/workflow/engine/classes/classPMScriptTest.php b/tests/automated/workflow/engine/classes/classPMScriptTest.php similarity index 100% rename from tests/workflow/engine/classes/classPMScriptTest.php rename to tests/automated/workflow/engine/classes/classPMScriptTest.php diff --git a/tests/workflow/engine/classes/classPMmemcachedTest.php b/tests/automated/workflow/engine/classes/classPMmemcachedTest.php similarity index 100% rename from tests/workflow/engine/classes/classPMmemcachedTest.php rename to tests/automated/workflow/engine/classes/classPMmemcachedTest.php diff --git a/tests/workflow/engine/classes/classPmTableTest.php b/tests/automated/workflow/engine/classes/classPmTableTest.php similarity index 100% rename from tests/workflow/engine/classes/classPmTableTest.php rename to tests/automated/workflow/engine/classes/classPmTableTest.php diff --git a/tests/workflow/engine/classes/classProcessMakerWebDavTest.php b/tests/automated/workflow/engine/classes/classProcessMakerWebDavTest.php similarity index 100% rename from tests/workflow/engine/classes/classProcessMakerWebDavTest.php rename to tests/automated/workflow/engine/classes/classProcessMakerWebDavTest.php diff --git a/tests/workflow/engine/classes/classProcessesTest.php b/tests/automated/workflow/engine/classes/classProcessesTest.php similarity index 100% rename from tests/workflow/engine/classes/classProcessesTest.php rename to tests/automated/workflow/engine/classes/classProcessesTest.php diff --git a/tests/workflow/engine/classes/classReportTablesTest.php b/tests/automated/workflow/engine/classes/classReportTablesTest.php similarity index 100% rename from tests/workflow/engine/classes/classReportTablesTest.php rename to tests/automated/workflow/engine/classes/classReportTablesTest.php diff --git a/tests/workflow/engine/classes/classReportTest.php b/tests/automated/workflow/engine/classes/classReportTest.php similarity index 100% rename from tests/workflow/engine/classes/classReportTest.php rename to tests/automated/workflow/engine/classes/classReportTest.php diff --git a/tests/workflow/engine/classes/classSessionsTest.php b/tests/automated/workflow/engine/classes/classSessionsTest.php similarity index 100% rename from tests/workflow/engine/classes/classSessionsTest.php rename to tests/automated/workflow/engine/classes/classSessionsTest.php diff --git a/tests/workflow/engine/classes/classStatTest.php b/tests/automated/workflow/engine/classes/classStatTest.php similarity index 100% rename from tests/workflow/engine/classes/classStatTest.php rename to tests/automated/workflow/engine/classes/classStatTest.php diff --git a/tests/workflow/engine/classes/classSystemTest.php b/tests/automated/workflow/engine/classes/classSystemTest.php similarity index 100% rename from tests/workflow/engine/classes/classSystemTest.php rename to tests/automated/workflow/engine/classes/classSystemTest.php diff --git a/tests/workflow/engine/classes/classTasksTest.php b/tests/automated/workflow/engine/classes/classTasksTest.php similarity index 100% rename from tests/workflow/engine/classes/classTasksTest.php rename to tests/automated/workflow/engine/classes/classTasksTest.php diff --git a/tests/workflow/engine/classes/classToolBarTest.php b/tests/automated/workflow/engine/classes/classToolBarTest.php similarity index 100% rename from tests/workflow/engine/classes/classToolBarTest.php rename to tests/automated/workflow/engine/classes/classToolBarTest.php diff --git a/tests/workflow/engine/classes/classXMLConnectionTest.php b/tests/automated/workflow/engine/classes/classXMLConnectionTest.php similarity index 100% rename from tests/workflow/engine/classes/classXMLConnectionTest.php rename to tests/automated/workflow/engine/classes/classXMLConnectionTest.php diff --git a/tests/workflow/engine/classes/classXMLDBTest.php b/tests/automated/workflow/engine/classes/classXMLDBTest.php similarity index 100% rename from tests/workflow/engine/classes/classXMLDBTest.php rename to tests/automated/workflow/engine/classes/classXMLDBTest.php diff --git a/tests/workflow/engine/classes/classXMLResultTest.php b/tests/automated/workflow/engine/classes/classXMLResultTest.php similarity index 100% rename from tests/workflow/engine/classes/classXMLResultTest.php rename to tests/automated/workflow/engine/classes/classXMLResultTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_CheckBoxTableTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_CheckBoxTableTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_CheckBoxTableTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_CheckBoxTableTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_ImageTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_ImageTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_ImageTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_ImageTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_TextPMTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_TextPMTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_TextPMTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_TextPMTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_TextareaPMTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_TextareaPMTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_TextareaPMTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_TextareaPMTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_ToolBarTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_ToolBarTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_ToolBarTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_ToolBarTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_hoursTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_hoursTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_hoursTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_hoursTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php diff --git a/tests/workflow/engine/classes/classXmlForm_Field_toolButtonTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_toolButtonTest.php similarity index 100% rename from tests/workflow/engine/classes/classXmlForm_Field_toolButtonTest.php rename to tests/automated/workflow/engine/classes/classXmlForm_Field_toolButtonTest.php diff --git a/tests/workflow/engine/classes/classXpdlTest.php b/tests/automated/workflow/engine/classes/classXpdlTest.php similarity index 100% rename from tests/workflow/engine/classes/classXpdlTest.php rename to tests/automated/workflow/engine/classes/classXpdlTest.php diff --git a/tests/workflow/engine/classes/classarchiveTest.php b/tests/automated/workflow/engine/classes/classarchiveTest.php similarity index 100% rename from tests/workflow/engine/classes/classarchiveTest.php rename to tests/automated/workflow/engine/classes/classarchiveTest.php diff --git a/tests/workflow/engine/classes/classbzip_fileTest.php b/tests/automated/workflow/engine/classes/classbzip_fileTest.php similarity index 100% rename from tests/workflow/engine/classes/classbzip_fileTest.php rename to tests/automated/workflow/engine/classes/classbzip_fileTest.php diff --git a/tests/workflow/engine/classes/classcalendarTest.php b/tests/automated/workflow/engine/classes/classcalendarTest.php similarity index 100% rename from tests/workflow/engine/classes/classcalendarTest.php rename to tests/automated/workflow/engine/classes/classcalendarTest.php diff --git a/tests/workflow/engine/classes/classcaseSchedulerPluginTest.php b/tests/automated/workflow/engine/classes/classcaseSchedulerPluginTest.php similarity index 100% rename from tests/workflow/engine/classes/classcaseSchedulerPluginTest.php rename to tests/automated/workflow/engine/classes/classcaseSchedulerPluginTest.php diff --git a/tests/workflow/engine/classes/classcssFileTest.php b/tests/automated/workflow/engine/classes/classcssFileTest.php similarity index 100% rename from tests/workflow/engine/classes/classcssFileTest.php rename to tests/automated/workflow/engine/classes/classcssFileTest.php diff --git a/tests/workflow/engine/classes/classdashboardPageTest.php b/tests/automated/workflow/engine/classes/classdashboardPageTest.php similarity index 100% rename from tests/workflow/engine/classes/classdashboardPageTest.php rename to tests/automated/workflow/engine/classes/classdashboardPageTest.php diff --git a/tests/workflow/engine/classes/classdashletOpenVSCompletedTest.php b/tests/automated/workflow/engine/classes/classdashletOpenVSCompletedTest.php similarity index 100% rename from tests/workflow/engine/classes/classdashletOpenVSCompletedTest.php rename to tests/automated/workflow/engine/classes/classdashletOpenVSCompletedTest.php diff --git a/tests/workflow/engine/classes/classdashletProcessMakerCommunityTest.php b/tests/automated/workflow/engine/classes/classdashletProcessMakerCommunityTest.php similarity index 100% rename from tests/workflow/engine/classes/classdashletProcessMakerCommunityTest.php rename to tests/automated/workflow/engine/classes/classdashletProcessMakerCommunityTest.php diff --git a/tests/workflow/engine/classes/classdashletProcessMakerEnterpriseTest.php b/tests/automated/workflow/engine/classes/classdashletProcessMakerEnterpriseTest.php similarity index 100% rename from tests/workflow/engine/classes/classdashletProcessMakerEnterpriseTest.php rename to tests/automated/workflow/engine/classes/classdashletProcessMakerEnterpriseTest.php diff --git a/tests/workflow/engine/classes/classdashletRssReaderTest.php b/tests/automated/workflow/engine/classes/classdashletRssReaderTest.php similarity index 100% rename from tests/workflow/engine/classes/classdashletRssReaderTest.php rename to tests/automated/workflow/engine/classes/classdashletRssReaderTest.php diff --git a/tests/workflow/engine/classes/classdatesTest.php b/tests/automated/workflow/engine/classes/classdatesTest.php similarity index 100% rename from tests/workflow/engine/classes/classdatesTest.php rename to tests/automated/workflow/engine/classes/classdatesTest.php diff --git a/tests/workflow/engine/classes/classdbConnectionsTest.php b/tests/automated/workflow/engine/classes/classdbConnectionsTest.php similarity index 100% rename from tests/workflow/engine/classes/classdbConnectionsTest.php rename to tests/automated/workflow/engine/classes/classdbConnectionsTest.php diff --git a/tests/workflow/engine/classes/classdynaformEditorAjaxTest.php b/tests/automated/workflow/engine/classes/classdynaformEditorAjaxTest.php similarity index 100% rename from tests/workflow/engine/classes/classdynaformEditorAjaxTest.php rename to tests/automated/workflow/engine/classes/classdynaformEditorAjaxTest.php diff --git a/tests/workflow/engine/classes/classdynaformEditorTest.php b/tests/automated/workflow/engine/classes/classdynaformEditorTest.php similarity index 100% rename from tests/workflow/engine/classes/classdynaformEditorTest.php rename to tests/automated/workflow/engine/classes/classdynaformEditorTest.php diff --git a/tests/workflow/engine/classes/classfolderDataTest.php b/tests/automated/workflow/engine/classes/classfolderDataTest.php similarity index 100% rename from tests/workflow/engine/classes/classfolderDataTest.php rename to tests/automated/workflow/engine/classes/classfolderDataTest.php diff --git a/tests/workflow/engine/classes/classfolderDetailTest.php b/tests/automated/workflow/engine/classes/classfolderDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classfolderDetailTest.php rename to tests/automated/workflow/engine/classes/classfolderDetailTest.php diff --git a/tests/workflow/engine/classes/classgzip_fileTest.php b/tests/automated/workflow/engine/classes/classgzip_fileTest.php similarity index 100% rename from tests/workflow/engine/classes/classgzip_fileTest.php rename to tests/automated/workflow/engine/classes/classgzip_fileTest.php diff --git a/tests/workflow/engine/classes/classloginInfoTest.php b/tests/automated/workflow/engine/classes/classloginInfoTest.php similarity index 100% rename from tests/workflow/engine/classes/classloginInfoTest.php rename to tests/automated/workflow/engine/classes/classloginInfoTest.php diff --git a/tests/workflow/engine/classes/classmenuDetailTest.php b/tests/automated/workflow/engine/classes/classmenuDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classmenuDetailTest.php rename to tests/automated/workflow/engine/classes/classmenuDetailTest.php diff --git a/tests/workflow/engine/classes/classpluginDetailTest.php b/tests/automated/workflow/engine/classes/classpluginDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classpluginDetailTest.php rename to tests/automated/workflow/engine/classes/classpluginDetailTest.php diff --git a/tests/workflow/engine/classes/classpmGaugeTest.php b/tests/automated/workflow/engine/classes/classpmGaugeTest.php similarity index 100% rename from tests/workflow/engine/classes/classpmGaugeTest.php rename to tests/automated/workflow/engine/classes/classpmGaugeTest.php diff --git a/tests/workflow/engine/classes/classpmPhingTest.php b/tests/automated/workflow/engine/classes/classpmPhingTest.php similarity index 100% rename from tests/workflow/engine/classes/classpmPhingTest.php rename to tests/automated/workflow/engine/classes/classpmPhingTest.php diff --git a/tests/workflow/engine/classes/classpopupMenuTest.php b/tests/automated/workflow/engine/classes/classpopupMenuTest.php similarity index 100% rename from tests/workflow/engine/classes/classpopupMenuTest.php rename to tests/automated/workflow/engine/classes/classpopupMenuTest.php diff --git a/tests/workflow/engine/classes/classprocessMapTest.php b/tests/automated/workflow/engine/classes/classprocessMapTest.php similarity index 100% rename from tests/workflow/engine/classes/classprocessMapTest.php rename to tests/automated/workflow/engine/classes/classprocessMapTest.php diff --git a/tests/workflow/engine/classes/classpropelTableTest.php b/tests/automated/workflow/engine/classes/classpropelTableTest.php similarity index 100% rename from tests/workflow/engine/classes/classpropelTableTest.php rename to tests/automated/workflow/engine/classes/classpropelTableTest.php diff --git a/tests/workflow/engine/classes/classredirectDetailTest.php b/tests/automated/workflow/engine/classes/classredirectDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classredirectDetailTest.php rename to tests/automated/workflow/engine/classes/classredirectDetailTest.php diff --git a/tests/workflow/engine/classes/classreplacementLogoTest.php b/tests/automated/workflow/engine/classes/classreplacementLogoTest.php similarity index 100% rename from tests/workflow/engine/classes/classreplacementLogoTest.php rename to tests/automated/workflow/engine/classes/classreplacementLogoTest.php diff --git a/tests/workflow/engine/classes/classserverConfTest.php b/tests/automated/workflow/engine/classes/classserverConfTest.php similarity index 100% rename from tests/workflow/engine/classes/classserverConfTest.php rename to tests/automated/workflow/engine/classes/classserverConfTest.php diff --git a/tests/workflow/engine/classes/classspoolRunTest.php b/tests/automated/workflow/engine/classes/classspoolRunTest.php similarity index 100% rename from tests/workflow/engine/classes/classspoolRunTest.php rename to tests/automated/workflow/engine/classes/classspoolRunTest.php diff --git a/tests/workflow/engine/classes/classstepDetailTest.php b/tests/automated/workflow/engine/classes/classstepDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classstepDetailTest.php rename to tests/automated/workflow/engine/classes/classstepDetailTest.php diff --git a/tests/workflow/engine/classes/classtar_fileTest.php b/tests/automated/workflow/engine/classes/classtar_fileTest.php similarity index 100% rename from tests/workflow/engine/classes/classtar_fileTest.php rename to tests/automated/workflow/engine/classes/classtar_fileTest.php diff --git a/tests/workflow/engine/classes/classtaskExtendedPropertyTest.php b/tests/automated/workflow/engine/classes/classtaskExtendedPropertyTest.php similarity index 100% rename from tests/workflow/engine/classes/classtaskExtendedPropertyTest.php rename to tests/automated/workflow/engine/classes/classtaskExtendedPropertyTest.php diff --git a/tests/workflow/engine/classes/classtoolbarDetailTest.php b/tests/automated/workflow/engine/classes/classtoolbarDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classtoolbarDetailTest.php rename to tests/automated/workflow/engine/classes/classtoolbarDetailTest.php diff --git a/tests/workflow/engine/classes/classtriggerDetailTest.php b/tests/automated/workflow/engine/classes/classtriggerDetailTest.php similarity index 100% rename from tests/workflow/engine/classes/classtriggerDetailTest.php rename to tests/automated/workflow/engine/classes/classtriggerDetailTest.php diff --git a/tests/workflow/engine/classes/classtriggerLibraryTest.php b/tests/automated/workflow/engine/classes/classtriggerLibraryTest.php similarity index 100% rename from tests/workflow/engine/classes/classtriggerLibraryTest.php rename to tests/automated/workflow/engine/classes/classtriggerLibraryTest.php diff --git a/tests/workflow/engine/classes/classuploadDocumentDataTest.php b/tests/automated/workflow/engine/classes/classuploadDocumentDataTest.php similarity index 100% rename from tests/workflow/engine/classes/classuploadDocumentDataTest.php rename to tests/automated/workflow/engine/classes/classuploadDocumentDataTest.php diff --git a/tests/workflow/engine/classes/classworkspaceToolsTest.php b/tests/automated/workflow/engine/classes/classworkspaceToolsTest.php similarity index 100% rename from tests/workflow/engine/classes/classworkspaceToolsTest.php rename to tests/automated/workflow/engine/classes/classworkspaceToolsTest.php diff --git a/tests/workflow/engine/classes/classwsBaseTest.php b/tests/automated/workflow/engine/classes/classwsBaseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsBaseTest.php rename to tests/automated/workflow/engine/classes/classwsBaseTest.php diff --git a/tests/workflow/engine/classes/classwsCreateDepartmentResponseTest.php b/tests/automated/workflow/engine/classes/classwsCreateDepartmentResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsCreateDepartmentResponseTest.php rename to tests/automated/workflow/engine/classes/classwsCreateDepartmentResponseTest.php diff --git a/tests/workflow/engine/classes/classwsCreateGroupResponseTest.php b/tests/automated/workflow/engine/classes/classwsCreateGroupResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsCreateGroupResponseTest.php rename to tests/automated/workflow/engine/classes/classwsCreateGroupResponseTest.php diff --git a/tests/workflow/engine/classes/classwsCreateUserResponseTest.php b/tests/automated/workflow/engine/classes/classwsCreateUserResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsCreateUserResponseTest.php rename to tests/automated/workflow/engine/classes/classwsCreateUserResponseTest.php diff --git a/tests/workflow/engine/classes/classwsGetCaseNotesResponseTest.php b/tests/automated/workflow/engine/classes/classwsGetCaseNotesResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsGetCaseNotesResponseTest.php rename to tests/automated/workflow/engine/classes/classwsGetCaseNotesResponseTest.php diff --git a/tests/workflow/engine/classes/classwsGetVariableResponseTest.php b/tests/automated/workflow/engine/classes/classwsGetVariableResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsGetVariableResponseTest.php rename to tests/automated/workflow/engine/classes/classwsGetVariableResponseTest.php diff --git a/tests/workflow/engine/classes/classwsResponseTest.php b/tests/automated/workflow/engine/classes/classwsResponseTest.php similarity index 100% rename from tests/workflow/engine/classes/classwsResponseTest.php rename to tests/automated/workflow/engine/classes/classwsResponseTest.php diff --git a/tests/workflow/engine/classes/classzip_fileTest.php b/tests/automated/workflow/engine/classes/classzip_fileTest.php similarity index 100% rename from tests/workflow/engine/classes/classzip_fileTest.php rename to tests/automated/workflow/engine/classes/classzip_fileTest.php diff --git a/tests/generateTestUnit.php b/tests/tools/generateTestUnit.php similarity index 100% rename from tests/generateTestUnit.php rename to tests/tools/generateTestUnit.php diff --git a/tests/gulliver/system/GTest.php b/tests/unit/gulliver/system/GTest.php similarity index 80% rename from tests/gulliver/system/GTest.php rename to tests/unit/gulliver/system/GTest.php index 7846840b2..515f14053 100644 --- a/tests/gulliver/system/GTest.php +++ b/tests/unit/gulliver/system/GTest.php @@ -169,7 +169,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGetIpAddress() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -178,7 +181,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGetMacAddress() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -187,7 +193,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testMicrotime_float() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -196,7 +205,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSetFatalErrorHandler() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -205,7 +217,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSetErrorHandler() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -214,7 +229,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testFatalErrorHandler() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -223,7 +241,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testCustomErrorHandler() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -232,7 +253,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testShowErrorSource() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -241,7 +265,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testCustomErrorLog() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -250,7 +277,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testVerboseError() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -381,7 +411,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testRenderPage() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -412,7 +445,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadAllModelClasses() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -421,7 +457,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadAllPluginModelClasses() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -430,7 +469,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadTemplate() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -488,7 +530,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testParseURI() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -513,7 +558,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLogTimeByPage() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -522,7 +570,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testStreamCSSBigFile() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -531,7 +582,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testStreamJSTranslationFile() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -540,7 +594,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testStreamFile() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -549,7 +606,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testTrimSourceCodeFile() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -558,7 +618,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendHeaders() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -567,7 +630,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testVirtualURI() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -702,7 +768,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSqlEscape() { - // cochalo : need conexion DB + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -721,7 +790,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testReplaceDataField() { - // cochalo : need conexion DB + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -730,7 +802,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadLanguageFile() { - // cochalo : need xml file + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -739,7 +814,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testRegisterLabel() { - // cochalo : need conexion DB + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -748,7 +826,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadMenuXml() { - // cochalo : need conexion DB + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -757,7 +838,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendMessageXml() { - // cochalo : no return + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -766,7 +850,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendTemporalMessage() { - // cochalo : no return + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -775,7 +862,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendMessage() { - // cochalo : no return + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -784,7 +874,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendMessageText() { - // cochalo : no return + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -793,7 +886,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadMessage() { - // cochalo : need global $arrayXmlMessages + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -812,7 +908,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadMessageXml() { - // cochalo : need global $arrayXmlMessages + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -821,7 +920,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadTranslationObject() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -830,7 +932,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testLoadTranslation() { - // cochalo : need global $translation; + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -839,7 +944,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGetTranslations() { - // cochalo : need global $translation; + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -857,7 +965,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testExpandUri() { - // cochalo : need getenv ( 'REQUEST_URI' ) + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -866,7 +977,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGenericForceLogin() { - // cochalo : need redirect + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -915,7 +1029,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testHeader() { - // cochalo : need redirect + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -924,7 +1041,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testForceLogin() { - // cochalo : need redirect and no return + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -944,7 +1064,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testUploadFile() { - // cochalo no file upload + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -953,7 +1076,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testResizeImage() { - // cochalo no file image + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1111,7 +1237,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function test_del_p() { - // cochalo no file + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1120,7 +1249,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testAry2xml() { - // cochalo no file xml + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1141,7 +1273,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testEvalJScript() { - // cochalo no script + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1159,7 +1294,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testPr() { - // cochalo is print + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1168,7 +1306,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testDump() { - // cochalo is print + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1195,7 +1336,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testPMWSCompositeResponse() { - // cochalo need webservices + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1213,9 +1357,6 @@ class GTest extends PHPUnit_Framework_TestCase $response = G::emailAddress('Person '); //$this->assertEquals('test@email.com',$response->email); //$this->assertEquals('',$response->name); - - //cochalo - } /** @@ -1265,7 +1406,7 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testSendMail() { - //cochalo need email + need email } /** @@ -1301,7 +1442,8 @@ class GTest extends PHPUnit_Framework_TestCase { $value = NULL; //$this->assertEquals(G::gettype($value),'NULL'); - // cochalo function no work with null + // Remove the following lines when you implement this test. + // function no work with null $value = true; $this->assertEquals(G::gettype($value),'boolean'); @@ -1321,7 +1463,7 @@ class GTest extends PHPUnit_Framework_TestCase $value = new stdClass(); $this->assertEquals(G::gettype($value),'object'); - // cochalo need conexion BD is_resource + // need conexion BD is_resource } @@ -1394,7 +1536,10 @@ class GTest extends PHPUnit_Framework_TestCase $additionalTables = G::getModel($model); $this->assertTrue(is_object($additionalTables) && class_exists($model)); */ - // cochalo need conexion propel + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1403,7 +1548,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testIs_rwritable() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1412,7 +1560,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testRglob() { - // cochalo + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1422,7 +1573,10 @@ class GTest extends PHPUnit_Framework_TestCase public function testBrowser_detection() { // $res = G::browser_detection('full_assoc'); - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); // $this->assertEquals(is_array($res)); } @@ -1432,7 +1586,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGet_os_data() { - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1441,7 +1598,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGet_item_version() { - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1460,7 +1620,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testCheck_is_mobile() { - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1469,7 +1632,10 @@ class GTest extends PHPUnit_Framework_TestCase */ public function testGet_mobile_data() { - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /** @@ -1479,7 +1645,10 @@ class GTest extends PHPUnit_Framework_TestCase public function testGetBrowser() { //$this->assertTrue(is_array(G::getBrowser())); - // cochalo need browser + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); } /**