Download the PHP package exolnet/laravel-test without Composer
On this page you can find all versions of the php package exolnet/laravel-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/laravel-test
More information about exolnet/laravel-test
Files in exolnet/laravel-test
Package laravel-test
Short Description The eXolnet Laravel Test package.
License MIT
Homepage https://github.com/eXolnet/laravel-test
Informations about the package laravel-test
eXolnet Laravel Test
Extends Laravel’s TestCase to accelerate the SQLite database creation by using a cached version.
Installation
Require this package with composer:
In your application TestCase
, extends the package’s TestCase
instead of Laravel’s version.
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
To run the PHPUnit tests, please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tom Rochette
- Alexandre D'Eschambeault
- Simon Gaudreau
- Pat Gagnon-Renaud
- All Contributors
License
This code is licensed under the MIT license. Please see the license file for more information.
All versions of laravel-test with dependencies
ext-json Version *
fakerphp/faker Version ^1.6
laravel/browser-kit-testing Version ^5.0|^6.0
laravel/framework Version ^6.0|^7.0|^8.0
mockery/mockery Version ^1.4.3
phpunit/phpunit Version ^9.3.3