Skip to content

Commit

Permalink
Update phpunit for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
yadakhov committed Apr 1, 2021
1 parent 6dc2593 commit 69da752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
vendor/
composer.lock
.phpunit.result.cache
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
],
"require": {},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/dbunit": "^2.0",
"illuminate/database": "^8.35"
"illuminate/database": "^8.35",
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Database\Eloquent\Model;
use Yadakhov\InsertOnDuplicateKey;

class BootstrapTest extends \PHPUnit_Framework_TestCase
class BootstrapTest
{
/**
* Call protected/private method of a class.
Expand Down

0 comments on commit 69da752

Please sign in to comment.