SuiteCRM-Core/public/legacy/tests
2023-02-28 14:12:02 +00: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 2022-05-17 19:03:14 +01:00
acceptance Merge next into suite 8 2022-05-17 19:03:14 +01:00
api Merge commit '114b895b6d' into merge_develop 2021-08-30 10:18:23 +01:00
install Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
SuiteCRM Merge commit '9c71e8c884' into fix/legacy_update 2021-07-29 16:53:55 +01:00
unit Merge next into suite 8 2023-02-28 14:12:02 +00:00
_bootstrap.php Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
acceptance.suite.yml Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +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 commit '75ea167930' into suite7merge 2021-11-05 15:19:26 +00: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

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.