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

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

bellangelo/test-suite-architect
===============================

A PHPUnit extension for auto-scaling PHPUnit tests

v0.1.7(1y ago)138Apache-2.0PHPPHP ^7.4 || ^8.3

Since Jul 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Bellangelo/TestSuiteArchitect)[ Packagist](https://packagist.org/packages/bellangelo/test-suite-architect)[ GitHub Sponsors](https://github.com/bellangelo)[ RSS](/packages/bellangelo-test-suite-architect/feed)WikiDiscussions main Synced 1mo ago

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

TestSuiteArchitect
==================

[](#testsuitearchitect)

Welcome to Test Suite Architect, a powerful extension for PHPUnit designed to optimize your testing process. This innovative tool offers a smart solution for partitioning and evenly distributing your tests, ensuring a more efficient and time-effective testing cycle.

Installation
------------

[](#installation)

```
composer require bellangelo/test-suite-architect --dev

```

Configuration
-------------

[](#configuration)

In your phpunit.xml file, add the following lines:

```

```

Usage
-----

[](#usage)

After you have installed and configured the extension, you can run your tests as usual.
To generate the time report, you need to pass the `--time-report` option to the PHPUnit command. For example:

```
vendor/bin/phpunit --time-report

```

How to partition your tests
===========================

[](#how-to-partition-your-tests)

Once you have run your tests, you can partition them by running the following command:

```
vendor/bin/testsuitearchitect partition number={number of partitions}

```

This will create and store x number of test suites in the `.test-suite-architect/test-suites` directory.
To import the new test suites in your PHPUnit configuration file, you can use the `xi:include` directive.
Example:

```

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63b436ff6324681c11dc5b9f21ba2ae07cbdb25859ab63a9cbc6212cb3051b07?d=identicon)[Bellangelo](/maintainers/Bellangelo)

---

Top Contributors

[![Bellangelo](https://avatars.githubusercontent.com/u/9512427?v=4)](https://github.com/Bellangelo "Bellangelo (95 commits)")

### Embed Badge

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

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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