Skip to content

Commit 92b79ba

Browse files
committed
Update PHPUnit from 4.x to 6.x
1 parent 58f05b7 commit 92b79ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"guzzlehttp/guzzle": "^6.2"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^4.8",
31+
"phpunit/phpunit": "^6.5",
3232
"squizlabs/php_codesniffer": "~2.6",
3333
"friendsofphp/php-cs-fixer": "^2.0"
3434
},

test/Api/DefaultApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @author Swagger Codegen team
4040
* @link https://github.com/swagger-api/swagger-codegen
4141
*/
42-
class DefaultApiTest extends \PHPUnit_Framework_TestCase
42+
class DefaultApiTest extends \PHPUnit\Framework\TestCase
4343
{
4444

4545
/**

test/Model/AccountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @author Swagger Codegen team
3838
* @link https://github.com/swagger-api/swagger-codegen
3939
*/
40-
class AccountTest extends \PHPUnit_Framework_TestCase
40+
class AccountTest extends \PHPUnit\Framework\TestCase
4141
{
4242

4343
/**

0 commit comments

Comments
 (0)