SuiteCRM-Core/public/legacy/tests
Clemente Raposo 5aa0daf046 Merge next into suite 8
Merge commit 'de4bf25cb3' into release/8.4.0-beta

# Conflicts:
#	public/legacy/data/SugarBean.php
#	public/legacy/include/Smarty/plugins/function.sugarvar.php
#	public/legacy/include/SugarDateTime.php
#	public/legacy/include/database/MysqliManager.php
#	public/legacy/modules/Alerts/metadata/listviewdefs.php
#	public/legacy/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
#	public/legacy/modules/Trackers/metadata/SearchFields.php
#	public/legacy/modules/Trackers/metadata/listviewdefs.php
#	public/legacy/modules/UpgradeWizard/SugarMerge/EditViewMerge.php
#	public/legacy/suitecrm_version.php
2023-07-21 15:22:52 +01:00
..
_data Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
_envs Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
_output Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
_support Merge next into suite 8 2023-07-21 15:22:52 +01:00
acceptance Merge next into suite 8 2023-07-21 15:22:52 +01:00
api Merge next into suite 8 2023-07-21 15:22:52 +01:00
install Merge next into suite 8 2023-07-21 15:22:52 +01:00
SuiteCRM Merge next into suite 8 2023-07-21 15:22:52 +01:00
unit Merge next into suite 8 2023-07-21 15:22:52 +01:00
_bootstrap.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
acceptance.suite.yml Merge next into suite 8 2023-06-30 10:54:51 +01:00
api.suite.yml Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
bootstrap.php Merge next into suite 8 2021-11-22 10:25:29 +00:00
config.test.dist.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
install.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
install.suite.yml Merge next into suite 8 2023-06-30 10:54:51 +01:00
phpunit.xml.dist Merge commit '9c71e8c884' into fix/legacy_update 2021-07-29 16:53:55 +01:00
README.md Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
runtests.sh Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
testinstall.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
travis_config_si.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
unit.suite.dist.yml Merge next into suite 8 2023-07-21 15:22:52 +01:00
unit.suite.yml Merge next into suite 8 2023-06-30 10:54:51 +01:00

SuiteCRM Automated Testing Framework

Automated testing provides a means to ensure that the quality of the product is kept to a high standard. By working with a consistent testing framework, it helps to ensure that each contributor continues to work in harmony, The concept is that everyone shares tests with the changes being made in the product. Generally speaking, The more code is covered by high quality automated tests, the more likely the quality of the product is good.

To learn how to use the framework in your contributions, please check out the SuiteCRM Automated Testing Documentation.