PHPackages                             romegasoftware/testsuite - 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. romegasoftware/testsuite

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

romegasoftware/testsuite
========================

Common test methods utilized in Romega packages.

092PHP

Since Oct 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/romegasoftware/TestSuite)[ Packagist](https://packagist.org/packages/romegasoftware/testsuite)[ RSS](/packages/romegasoftware-testsuite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Test Suite
==========

[](#test-suite)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)![Travis](https://camo.githubusercontent.com/d7dbf01fcdbc9574fcbf09d91e2e54506020d4fce985c02192228804278231e4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f726f6d656761736f6674776172652f7465737473756974652e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/aa87b14b49858d018dbb9ce149524f1714bc074c823689f47ae3e809a29c5ddf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6d656761736f6674776172652f7465737473756974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romegasoftware/testsuite)

Install
-------

[](#install)

```
composer require romegasoftware/testsuite --dev
```

Usage
-----

[](#usage)

```
art make:factory TenantFactory
```

```
// TenantFactory.php
$factory->define(App\Tenant::class, function (Faker $faker) {
    return [
        'name' => $faker->name,
        'domain' => $faker->word,
    ];
});
```

```
	use TenantDomain;

    public function setUp()
    {
        parent::setUp();
        $this->user->assignRole('basic user');
    }
```

---

```
	use TenantAdminDomain;
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97.3% 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/219298?v=4)[Braden Keith](/maintainers/bradenkeith)[@bradenkeith](https://github.com/bradenkeith)

---

Top Contributors

[![bradenkeith](https://avatars.githubusercontent.com/u/219298?v=4)](https://github.com/bradenkeith "bradenkeith (36 commits)")[![Naoray](https://avatars.githubusercontent.com/u/10154100?v=4)](https://github.com/Naoray "Naoray (1 commits)")

### Embed Badge

![Health badge](/badges/romegasoftware-testsuite/health.svg)

```
[![Health](https://phpackages.com/badges/romegasoftware-testsuite/health.svg)](https://phpackages.com/packages/romegasoftware-testsuite)
```

###  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)
