PHPackages                             rtablada/laravel-testsuites - 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. rtablada/laravel-testsuites

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

rtablada/laravel-testsuites
===========================

A Laravel 4 helper command for organizing and running phpunit testsuites

023PHP

Since Jul 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rtablada/testsuites)[ Packagist](https://packagist.org/packages/rtablada/laravel-testsuites)[ RSS](/packages/rtablada-laravel-testsuites/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4 Testsuites
====================

[](#laravel-4-testsuites)

This package helps you to organize your tests into smaller testsuites to speed up unit testing in Laravel without having to resort to a heavier testing framework like codeception.

Simply create a folder within your tests folder and name it what you whatever you want. For a `unit` testsuite, I would create a `unit` folder and run the suite using `art test unit`. It's that simple!

Installation Using Laravel 4 Package Installer
----------------------------------------------

[](#installation-using-laravel-4-package-installer)

If you have [Laravel 4 Package Installer](https://github.com/rtablada/package-installer) installed you can install Laravel 4 Testsuites by running `php artisan package:install rtablada/laravel-testsuites`.

Installing Using Composer
-------------------------

[](#installing-using-composer)

If you do not have Pacakge Installer, you can install Wardrobe Disqus by running `composer require rtablada/laravel-testsuites` and then modifying your `providers` in `app/config/app.php` to include `Rtablada\Testsuites\TestsuitesServiceProvider`.

Using This Package
------------------

[](#using-this-package)

Laravel 4 Testsuites gives you two options when running tests:

1. `php artisan test` - Runs all of your tests a shorthand for running phpunit
2. `php artisan test suiteName` - Runs all of the tests within a folder with `suiteName` within your tests directory in a standard Laravel 4 installation.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea9ccd400c74151601341e320935a31d1a9779c5eb49a8f364bc7a0ac75baa32?d=identicon)[rtablada](/maintainers/rtablada)

---

Top Contributors

[![rtablada](https://avatars.githubusercontent.com/u/2532004?v=4)](https://github.com/rtablada "rtablada (5 commits)")

### Embed Badge

![Health badge](/badges/rtablada-laravel-testsuites/health.svg)

```
[![Health](https://phpackages.com/badges/rtablada-laravel-testsuites/health.svg)](https://phpackages.com/packages/rtablada-laravel-testsuites)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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