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