File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
"guzzlehttp/guzzle" : " ^6.2"
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ^4.8 " ,
31
+ "phpunit/phpunit" : " ^6.5 " ,
32
32
"squizlabs/php_codesniffer" : " ~2.6" ,
33
33
"friendsofphp/php-cs-fixer" : " ^2.0"
34
34
},
Original file line number Diff line number Diff line change 39
39
* @author Swagger Codegen team
40
40
* @link https://github.com/swagger-api/swagger-codegen
41
41
*/
42
- class DefaultApiTest extends \PHPUnit_Framework_TestCase
42
+ class DefaultApiTest extends \PHPUnit \ Framework \TestCase
43
43
{
44
44
45
45
/**
Original file line number Diff line number Diff line change 37
37
* @author Swagger Codegen team
38
38
* @link https://github.com/swagger-api/swagger-codegen
39
39
*/
40
- class AccountTest extends \PHPUnit_Framework_TestCase
40
+ class AccountTest extends \PHPUnit \ Framework \TestCase
41
41
{
42
42
43
43
/**
You can’t perform that action at this time.
0 commit comments