PHPackages                             endeavour-agency/laravel-migration-tests - 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. endeavour-agency/laravel-migration-tests

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

endeavour-agency/laravel-migration-tests
========================================

Provides tools for integration testing Laravel migrations.

0.5.0(1y ago)53.5k↑50%MITPHPPHP ^8.2

Since Nov 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/endeavour-agency/laravel-migration-tests)[ Packagist](https://packagist.org/packages/endeavour-agency/laravel-migration-tests)[ Docs](https://github.com/endeavour-agency/laravel-migration-tests)[ RSS](/packages/endeavour-agency-laravel-migration-tests/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel Migration Tests
=======================

[](#laravel-migration-tests)

This package provides a trait that can be used to test migrations. It allows you to specify which migration you wish to test. It will then create a fresh database, run any migrations up until the specified migration, let you do setup work, run the migration under test, and then let you do your assertions.

Example
-------

[](#example)

```
