Skip to content

Commit

Permalink
Prepare test suite for PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Apr 11, 2024
1 parent 2b551e6 commit 6801492
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ public/vendor
public/js/filament
public/css/filament
database/migrations

/.phpunit.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
//
}

0 comments on commit 6801492

Please sign in to comment.