mattkingshott / laravel-dusk-mocking
Mock facades in Laravel Dusk tests.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/mattkingshott/laravel-dusk-mocking
Requires
- php: >=7.2.0
- laravel/dusk: >=5.4.0
- laravel/framework: >=6.0.0
Requires (Dev)
- fakerphp/faker: ^1.13
- mockery/mockery: >=1.2.3
- phpunit/phpunit: >=8.3.0
This package is auto-updated.
Last update: 2026-01-25 12:21:41 UTC
README
This package is a fork from the original, which is no longer maintained. This version makes a few tweaks and is mostly intended for internal use, but feel free to submit a PR if you have something useful to contribute.
The original readme can be found here.
Changes
- Switched to session driver by default.