joomla / test-unit
This package is abandoned and no longer maintained.
No replacement package was suggested.
Joomla CMS Unit Tests
4.0.0.1
2018-04-02 09:25 UTC
Requires
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2022-09-02 12:27:26 UTC
README
Unit Tests for Joomla
This repository collects and provides the automated tests, that can be run on the source code directly without needing an installed Joomla CMS. In short, these tests run with PHPUnit and do not rely on services like the database being available.
Folder Structure
suites
- The actual test classestmp
- A temporary directory used for filesystem operations in the test suitebootstrap.php
- The testing bootstrap called when PHPUnit is run