joomla/test-unit

This package is abandoned and no longer maintained. No replacement package was suggested.

Joomla CMS Unit Tests

Maintainers

👁 rdeutz
👁 yvesh

Package info

github.com/joomla/test-unit

Issues

Forum

Documentation

Type:project

pkg:composer/joomla/test-unit

Statistics

Installs: 29 877

Dependents: 0

Suggesters: 0

Stars: 2

4.0.0.1 2018-04-02 09:25 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0+ c232c124d2d53786db674bb040357750529d6c4e

cmstestsjoomlaunit-tests

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 classes
  • tmp - A temporary directory used for filesystem operations in the test suite
  • bootstrap.php - The testing bootstrap called when PHPUnit is run