PHPackages                             exolnet/laravel-test - 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. exolnet/laravel-test

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

exolnet/laravel-test
====================

The eXolnet Laravel Test package.

v1.7.2(4y ago)01.4kMITPHPPHP ^7.3|^8.0

Since Dec 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/eXolnet/laravel-test)[ Packagist](https://packagist.org/packages/exolnet/laravel-test)[ Docs](https://github.com/eXolnet/laravel-test)[ RSS](/packages/exolnet-laravel-test/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (13)Used By (0)

eXolnet Laravel Test
====================

[](#exolnet-laravel-test)

[![Latest Stable Version](https://camo.githubusercontent.com/80a6343386ecf6633070c7bc4e0df8f31a4a63b57508f705a1ea2e24fad1c510/68747470733a2f2f706f7365722e707567782e6f72672f65586f6c6e65742f6c61726176656c2d746573742f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-test)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/f4a3d4d540a64004903ba6b07ba1c82163bc1276d55ba921819629c74a05cb90/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f65586f6c6e65742f6c61726176656c2d746573742f74657374733f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/eXolnet/laravel-test/actions?query=workflow%3Atests)[![Total Downloads](https://camo.githubusercontent.com/8ed9450054eb70816f7dd1534714956d07c16efa4571476336b85f5877589c98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65586f6c6e65742f6c61726176656c2d746573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-test)

Extends Laravel’s TestCase to accelerate the SQLite database creation by using a cached version.

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

[](#installation)

Require this package with composer:

```
composer require --dev exolnet/laravel-test
```

In your application `TestCase`, extends the package’s `TestCase` instead of Laravel’s version.

```
use Exolnet\Test\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    //
}
```

Usage
-----

[](#usage)

This package will cache a migrated and seeded version of the testing SQLite database in order to restore it faster. This is useful if your migration process is slow.

Testing
-------

[](#testing)

To run the PHPUnit tests, please use:

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Tom Rochette](https://github.com/tomzx)
- [Alexandre D'Eschambeault](https://github.com/xel1045)
- [Simon Gaudreau](https://github.com/Gandhi11)
- [Pat Gagnon-Renaud](https://github.com/pgrenaud)
- [All Contributors](../../contributors)

License
-------

[](#license)

This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). Please see the [license file](LICENSE) for more information.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~61 days

Recently: every ~67 days

Total

12

Last Release

1663d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.3

v1.6.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4064055?v=4)[eXolnet](/maintainers/exolnet)[@eXolnet](https://github.com/eXolnet)

---

Top Contributors

[![pgrenaud](https://avatars.githubusercontent.com/u/10713979?v=4)](https://github.com/pgrenaud "pgrenaud (28 commits)")[![xel1045](https://avatars.githubusercontent.com/u/1497697?v=4)](https://github.com/xel1045 "xel1045 (21 commits)")[![Gandhi11](https://avatars.githubusercontent.com/u/4001049?v=4)](https://github.com/Gandhi11 "Gandhi11 (13 commits)")[![ChristopheTremblay](https://avatars.githubusercontent.com/u/61481239?v=4)](https://github.com/ChristopheTremblay "ChristopheTremblay (12 commits)")

---

Tags

laravelphptestlaravelexolnet

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/exolnet-laravel-test/health.svg)

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

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)[laravel/browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.

5139.4M285](/packages/laravel-browser-kit-testing)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8017.0M43](/packages/orchestra-workbench)[benconstable/phpspec-laravel

Test your Laravel applications with PhpSpec

144347.1k15](/packages/benconstable-phpspec-laravel)[hughsaffar/laravel-test-trap

Laravel Test Trap

18406.8k](/packages/hughsaffar-laravel-test-trap)[cerbero/octane-testbench

Set of utilities to test Laravel applications powered by Octane.

434.2k1](/packages/cerbero-octane-testbench)

PHPackages © 2026

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