Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Fixes test break
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogehlen committed May 25, 2021
1 parent 1e8dd9d commit fff8a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Thumbs.db

# composer vendor dir
/vendor
composer.lock

# composer itself is not needed
composer.phar
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bower-asset/jquery-querybuilder": "~2.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
"phpunit/phpunit": "4.8.27 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* This is the base class for all unit tests.
*/
class TestCase extends \PHPUnit_Framework_TestCase
class TestCase extends \PHPUnit\Framework\TestCase
{
/**
* This method is called before the first test of this test class is run.
Expand Down

0 comments on commit fff8a39

Please sign in to comment.