TestCase for laravel
github.com/Thundersking/laravel-test-case
Source
Issues
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT ad1177de29b84b7e3f424aa0fe466baaa343f096
This package is auto-updated.
Last update: 2025-03-29 01:04:34 UTC
composer require vion/test-case
Create a file .env.testing and add params:
.env.testing
VION_USERNAME_TEST=admin@test.ru VION_PASSWORD_TEST=password VION_OAUTH_CLIENT_ID=3
Inherit TestCase in your test file and use trait CreatesApplication;
CreatesApplication;