SuiteCRM-Core/public/legacy/tests
2026-04-23 08:23:18 +01:00
..
_data
_envs
_output
_support Merge next into suite 8 2026-04-23 08:23:18 +01:00
acceptance Merge next into suite 8 2026-04-23 08:23:18 +01:00
api Merge next into suite 8 2026-04-23 08:23:18 +01:00
install Merge next into suite 8 2023-07-21 15:22:52 +01:00
SuiteCRM Merge next into suite 8 2026-04-23 08:23:18 +01:00
unit Merge next into suite 8 2026-04-23 08:23:18 +01:00
_bootstrap.php Merge next into suite 8 2026-04-23 08:23:18 +01:00
acceptance.suite.yml Merge next into suite 8 2026-04-23 08:23:18 +01:00
api.suite.yml
bootstrap.php
config.test.dist.php
install.php
install.suite.yml Merge next into suite 8 2023-06-30 10:54:51 +01:00
phpunit.xml.dist
README.md
runtests.sh
testinstall.php
travis_config_si.php
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.