PHPackages                             richcongress/test-suite - 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. richcongress/test-suite

ActiveSymfony-bundle

richcongress/test-suite
=======================

The full RichCongress test suite for Symfony

v0.2.0(1y ago)419.7k↓43.3%17MITPHPPHP ^8.1

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rich-id/test-suite)[ Packagist](https://packagist.org/packages/richcongress/test-suite)[ RSS](/packages/richcongress-test-suite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (6)Used By (17)

The Test Tools library
======================

[](#the-test-tools-library)

[![Package version](https://camo.githubusercontent.com/9f75ef6bde4f454c847a6954135d32570e31064b95d900aafc6ac29d9e7b254b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72696368636f6e67726573732f746573742d7375697465)](https://packagist.org/packages/richcongress/test-suite)[![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/richcongress/test-suite/issues)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)[![PHP](https://camo.githubusercontent.com/f13cc5baf57b8e115f484fde3c7ade83b2a814edc6940da54ec35bac43eb3faf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e332532422d79656c6c6f77)](https://camo.githubusercontent.com/f13cc5baf57b8e115f484fde3c7ade83b2a814edc6940da54ec35bac43eb3faf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e332532422d79656c6c6f77)[![PHP](https://camo.githubusercontent.com/c7f909c07c2aaac81c18968088fe3f5c9fc6348987b7f330e177fdcd24a1ea9e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d342532422d626c61636b)](https://camo.githubusercontent.com/c7f909c07c2aaac81c18968088fe3f5c9fc6348987b7f330e177fdcd24a1ea9e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d342532422d626c61636b)[![PHP](https://camo.githubusercontent.com/0b1128137c1357779f86a0d8f2734fbb557fd154175959c66c0174bbf9e855e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d352532422d626c61636b)](https://camo.githubusercontent.com/0b1128137c1357779f86a0d8f2734fbb557fd154175959c66c0174bbf9e855e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d352532422d626c61636b)

This bundle is a shortcut to install the whole RichCongress test suite for Symfony. It requires **PHP 8.1+** and **Symfony 6** or **Symfony 7**.

Quick showcase
==============

[](#quick-showcase)

A great drawing is always better than a long speech.

[![Test Suite Schema](./assets/test_suite_schema.png)](./assets/test_suite_schema.png)

Table of content
================

[](#table-of-content)

1. [Installation](#1-installation)
2. [Versioning](#2-versioning)
3. [Contributing](#3-contributing)
4. [License](#4-license)

1. Installation
===============

[](#1-installation)

```
composer require richcongress/test-suite
```

Then, please check the documentation of the various libraries:

- [Test Framework](https://github.com/richcongress/test-framework/blob/master/README.md)
- [Test Tools](https://github.com/richcongress/test-tools/blob/master/README.md)
- [Web Test Bundle](https://github.com/richcongress/web-test-bundle/blob/master/README.md)
- [Fixture Library](https://github.com/richcongress/fixture-test/blob/master/README.md)
- [Recurrent Fixture Test Bundle](https://github.com/richcongress/recurrent-fixture-test-bundle/blob/master/README.md)

2. Versioning
=============

[](#2-versioning)

test-suite follows [semantic versioning](https://semver.org/). In short the scheme is MAJOR.MINOR.PATCH where

1. MAJOR is bumped when there is a breaking change,
2. MINOR is bumped when a new feature is added in a backward-compatible way,
3. PATCH is bumped when a bug is fixed in a backward-compatible way.

Versions bellow 1.0.0 are considered experimental and breaking changes may occur at any time.

3. Contributing
===============

[](#3-contributing)

Contributions are welcomed! There are many ways to contribute, and we appreciate all of them. Here are some of the major ones:

- [Bug Reports](https://github.com/richcongress/test-suite/issues): While we strive for quality software, bugs can happen and we can't fix issues we're not aware of. So please report even if you're not sure about it or just want to ask a question. If anything the issue might indicate that the documentation can still be improved!
- [Feature Request](https://github.com/richcongress/test-suite/issues): You have a use case not covered by the current api? Want to suggest a change or add something? We'd be glad to read about it and start a discussion to try to find the best possible solution.
- [Pull Request](https://github.com/richcongress/test-suite/merge_requests): Want to contribute code or documentation? We'd love that! If you need help to get started, GitHub as [documentation](https://help.github.com/articles/about-pull-requests/) on pull requests. We use the ["fork and pull model"](https://help.github.com/articles/about-collaborative-development-models/) were contributors push changes to their personnal fork and then create pull requests to the main repository. Please make your pull requests against the `master` branch.

As a reminder, all contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).

4. License
==========

[](#4-license)

test-suite is distributed under the terms of the MIT license.

See [LICENSE](LICENSE.md) for details.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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.

###  Release Activity

Cadence

Every ~607 days

Total

3

Last Release

715d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.3

v0.2.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

---

Top Contributors

[![NicolasGuilloux](https://avatars.githubusercontent.com/u/4090627?v=4)](https://github.com/NicolasGuilloux "NicolasGuilloux (6 commits)")[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (1 commits)")

### Embed Badge

![Health badge](/badges/richcongress-test-suite/health.svg)

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

PHPackages © 2026

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