29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 17:13:41 +00:00
cms/tests
2021-11-22 21:33:38 +01:00
..
Codeception Bump to 4.1-alpha3 2021-11-22 21:33:38 +01:00
Integration Remove doc block references to Joomla.Platform 2021-08-22 22:57:00 +01:00
javascript Prepare Joomla 3.9.15 release candidate 2020-01-22 23:07:06 +01:00
patch Patch phpunit8 for php8 compatibility (#30265) 2020-08-03 12:18:11 +02:00
Unit Remove doc block references to Joomla.Platform 2021-08-22 22:57:00 +01:00
README.md [4.0] doc site links (#34762) 2021-07-12 18:11:27 +02:00

Automated Testing of the Joomla CMS

Joomla maintains a range of different methods to run automated tests on its codebase.

Unit tests

The unit tests are checking the specific PHP code of the Joomla framework with the help of PHPUnit. For further information on the tests and on how to run them, please check out tests/unit/README.md

Javascript tests

The javascript tests test the Joomla-specific Javascript code. For further information on the tests and on how to run them, please check out https://docs.joomla.org/Special:MyLanguage/Running_JavaScript_Tests_for_the_Joomla_CMS

Codeception tests

The Codeception tests test the user interface in a real browser and the webservices API of Joomla with the help of Codeception. For further information on the tests and on how to run them, please check out tests/Codeception/README.md