Skip to content

Commit

Permalink
Update PHPUnit version requirement to ~9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikkamat committed Sep 17, 2024
1 parent 36ecc1f commit 2f74734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "5.4.*",
"phpunit/phpunit": "~9.6",
"satooshi/php-coveralls": "~0.6.1"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Iyzipay/Tests/ApiResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Iyzipay\ApiResource;
use Iyzipay\DefaultHttpClient;

class ApiResourceTest extends \PHPUnit_Framework_TestCase
class ApiResourceTest extends TestCase
{
public function test_should_create_default_http_client()
{
Expand Down

0 comments on commit 2f74734

Please sign in to comment.