Installation & Configuration
Note:
This plugin assumes you already have a working
Pest
test suite in your Laravel project.
You can install the package via composer:
composer require --dev defstudio/pest-plugin-laravel-expectations
The expectations added by this plugin are automatically loaded into Pest's expectation system. They can be used along other expectations.