PHPackages                             joomla/test-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. joomla/test-integration

AbandonedArchivedProject[Testing &amp; Quality](/categories/testing)

joomla/test-integration
=======================

Joomla CMS Integration Tests

2292[1 issues](https://github.com/joomla/test-integration/issues)PHP

Since Apr 14Pushed 5y ago7 watchersCompare

[ Source](https://github.com/joomla/test-integration)[ Packagist](https://packagist.org/packages/joomla/test-integration)[ RSS](/packages/joomla-test-integration/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

NOTE - This repository has been archived for now.

test-integration
================

[](#test-integration)

**Integration testing package for Joomla**

This repository collects and provides the automated tests, that **need an installed Joomla CMS to run**. In short, these tests rely on services like the database being available to integrate with.

Folder Structure
----------------

[](#folder-structure)

- `core` - Registered to Joomla's autoloader by the unit testing bootstrap file, contains all classes named `Test*` and primarily contains TestCase classes extending the PHPUnit Framework and classes to generate mock objects for several classes.
- `schema` - This folder contains all SQL schema for setting up the environment for tests using `TestCaseDatabase`. The `ddl.sql` file is used by `TestCaseDatabase` to create a SQLite in-memory database which is destroyed at the end of the test cycle. The other SQL files are specific to each database vendor and require you to manually create the databases.
- `stubs` - Contains miscellaneous test data used throughout the suite.
    - `database` - CSV files loaded by various tests to populate the database with test data
    - `discover*` - Stubs used with `JLoaderTest`
- `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

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/467356?v=4)[Robert Deutz](/maintainers/rdeutz)[@rdeutz](https://github.com/rdeutz)

![](https://avatars.githubusercontent.com/u/897638?v=4)[Yves Hoppe](/maintainers/yvesh)[@yvesh](https://github.com/yvesh)

---

Top Contributors

[![rdeutz](https://avatars.githubusercontent.com/u/467356?v=4)](https://github.com/rdeutz "rdeutz (8 commits)")[![nibra](https://avatars.githubusercontent.com/u/827605?v=4)](https://github.com/nibra "nibra (7 commits)")[![zero-24](https://avatars.githubusercontent.com/u/2596554?v=4)](https://github.com/zero-24 "zero-24 (1 commits)")

### Embed Badge

![Health badge](/badges/joomla-test-integration/health.svg)

```
[![Health](https://phpackages.com/badges/joomla-test-integration/health.svg)](https://phpackages.com/packages/joomla-test-integration)
```

###  Alternatives

[structuraphp/structura

Architectural testing for PHP

141.6k5](/packages/structuraphp-structura)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
