diff --git a/.gitignore b/.gitignore index 81eb40b..dbe5a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ public/vendor public/js/filament public/css/filament database/migrations + +/.phpunit.cache \ No newline at end of file diff --git a/composer.json b/composer.json index 286d09d..c0a2a7a 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", - "nunomaduro/collision": "^6.1", - "phpunit/phpunit": "^9.5.10", + "nunomaduro/collision": "^8.0", + "phpunit/phpunit": "^10.5", "spatie/laravel-ignition": "^2.4" }, "autoload": { diff --git a/tests/TestCase.php b/tests/TestCase.php index 2932d4a..fe1ffc2 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -6,5 +6,5 @@ abstract class TestCase extends BaseTestCase { - use CreatesApplication; + // }