mattkingshott / laravel-dusk-mocking
Mock facades in Laravel Dusk tests.
Package info
github.com/mattkingshott/laravel-dusk-mocking
pkg:composer/mattkingshott/laravel-dusk-mocking
v1.0.1
2026-01-25 12:19 UTC
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-02-25 12:34:48 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.