From c43e6b8403571ecf07c764474273c5a33a96801b Mon Sep 17 00:00:00 2001 From: Matt Young Date: Tue, 27 Jan 2026 19:42:22 -0600 Subject: [PATCH] Install Pest --- .github/workflows/tests.yml | 2 +- composer.json | 3 ++- tests/Pest.php | 0 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/Pest.php diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3002bcf..7cfd2dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,4 +57,4 @@ jobs: run: npm run build - name: Run Tests - run: ./vendor/bin/phpunit + run: ./vendor/bin/pest diff --git a/composer.json b/composer.json index 54b817f..77b1f06 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", - "phpunit/phpunit": "^11.5.3" + "pestphp/pest": "^3.8", + "pestphp/pest-plugin-laravel": "^3.2" }, "autoload": { "psr-4": { diff --git a/tests/Pest.php b/tests/Pest.php new file mode 100644 index 0000000..e69de29