From 1ea6b325a6ef58aade5533bc9b86fa9ff9bb6224 Mon Sep 17 00:00:00 2001 From: Amr Elsayed Date: Sun, 11 Aug 2024 21:37:49 +0300 Subject: [PATCH] remove Pest from 3rd party packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15acd73..5447ccb 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ Authorization | Policies | Entrust, Sentinel and other packages Compiling assets | Laravel Mix, Vite | Grunt, Gulp, 3rd party packages Development Environment | Laravel Sail, Homestead | Docker Deployment | Laravel Forge | Deployer and other solutions -Unit testing | PHPUnit, Mockery | Phpspec, Pest +Unit testing | PHPUnit, Mockery | Phpspec Browser testing | Laravel Dusk | Codeception DB | Eloquent | SQL, Doctrine Templates | Blade | Twig