Hello,
i just cloned the SuiteCRM-Project from https://github.com/salesagility/SuiteCRM.git.
This contains a folder named âtestsâ.
How do i execute those tests?
If i run the âruntests.shâ file it just says âruntests.sh: 2: runtests.sh: âŚ/vendor/bin/phpunit: not foundâ
And if i want to run tests manually with the following command: âphpunit AOS_QuotesTest.phpâ it says âPHP Fatal error: Class âAOS_Quotesâ not found in /var/www/SuiteCRM/tests/tests/modules/AOS_Quotes/AOS_QuotesTest.php on line 9â
Another question: How do i write phpunit-tests for suitecrm by myself? Which files do i need to include so that my test-class knows all suitecrm-objects?