pestphp / pest-plugin-expectations
Add expectations testing capabilities to Pest or PHPUnit
                                    Fund package maintenance!
                                                                            
                                                                                                                                        nunomaduro
                                                                                    
                                                                            
                                                                                                                                        Patreon
                                                                                    
                                                                            
                                                                                                                                        www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L
                                                                                    
                                                                
Installs: 431 839
Dependents: 8
Suggesters: 0
Security: 0
Stars: 19
Watchers: 1
Forks: 8
pkg:composer/pestphp/pest-plugin-expectations
Requires
- php: ^7.3 || ^8.0
- phpunit/phpunit: ^9.0
Requires (Dev)
- pestphp/pest: ^1.0
- pestphp/pest-dev-tools: dev-master
Conflicts
- pestphp/pest: <1.0
README
This repository contains the Pest Plugin Expectations. The Expectation API can be used in regular PHPUnit projects. For that, you just have to run the following command in your terminal:
composer require pestphp/pest-plugin-expectations --dev
If you want to start testing your application with Pest, visit the main Pest Repository.
- Explore the docs: pestphp.com/docs/expectations »
- Follow us on Twitter: @pestphp »
- Join us on the Discord Server: discord.gg/bMAJv82 »
Pest was created by Nuno Maduro under the Sponsorware license. It got open-sourced and is now licensed under the MIT license.