Download the PHP package boggybot/laravel-test-generator without Composer
On this page you can find all versions of the php package boggybot/laravel-test-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boggybot/laravel-test-generator
More information about boggybot/laravel-test-generator
Files in boggybot/laravel-test-generator
Download boggybot/laravel-test-generator
More information about boggybot/laravel-test-generator
Files in boggybot/laravel-test-generator
Vendor boggybot
Package laravel-test-generator
Short Description Generate laravel tests stubs from registered routes.
License MIT
Package laravel-test-generator
Short Description Generate laravel tests stubs from registered routes.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-test-generator
Laravel Feature Test Generator
If you have not been writing any tests for your Laravel app, and need a way to scaffold your integration tests, this tool is for you.
How it works?
- Generator scans your registered routes
- Generates Test for each controller
- Generates stubs for each one of your controller actions
- You will need to then fill in the stubs with whatever logic your app needs.
Sample Result
How to use
App Namespace
By default, any matching registered route in the current project namespace qualifies. eg. App\
You can change which namespace for generator to scan.
Test Namespace
By default, all tests will be written to 'tests/Acceptance' folder.
Customize Stubs
All versions of laravel-test-generator with dependencies
PHP Build Version
Package Version
The package boggybot/laravel-test-generator contains the following files
Loading the files please wait ....