File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " >=5.4" ,
19
- "phpunit/phpunit" : " ^4.5 || ^5.0" ,
19
+ "phpunit/phpunit" : " ^4.8.35 || ^5.4.3 || ^6 .0" ,
20
20
"php-http/httplug" : " ^1.0" ,
21
21
"php-http/message" : " ^1.0" ,
22
22
"guzzlehttp/psr7" : " ^1.0" ,
Original file line number Diff line number Diff line change 5
5
use Http \Message \MessageFactory ;
6
6
use Http \Message \MessageFactory \GuzzleMessageFactory ;
7
7
use Nerd \CartesianProduct \CartesianProduct ;
8
+ use PHPUnit \Framework \TestCase ;
8
9
use Psr \Http \Message \ResponseInterface ;
9
10
10
- abstract class HttpBaseTest extends \PHPUnit_Framework_TestCase
11
+ abstract class HttpBaseTest extends TestCase
11
12
{
12
13
/**
13
14
* @var string
Original file line number Diff line number Diff line change 5
5
use Http \Client \HttpClient ;
6
6
use Http \Message \MessageFactory ;
7
7
use Http \Message \MessageFactory \GuzzleMessageFactory ;
8
+ use PHPUnit \Framework \TestCase ;
8
9
9
- abstract class HttpFeatureTest extends \PHPUnit_Framework_TestCase
10
+ abstract class HttpFeatureTest extends TestCase
10
11
{
11
12
/**
12
13
* @var MessageFactory
You can’t perform that action at this time.
0 commit comments