Skip to content

Commit 95e611e

Browse files
authored
Use PHPUnit < 6 (#3)
1 parent 9cb77ea commit 95e611e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ProviderIntegrationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
use GuzzleHttp\Psr7\Response;
2323
use Http\Client\HttpClient;
2424
use Http\Discovery\HttpClientDiscovery;
25-
use PHPUnit\Framework\TestCase;
2625
use Psr\Http\Message\ResponseInterface;
2726

2827
/**
2928
* @author Tobias Nyholm <[email protected]>
3029
*/
31-
abstract class ProviderIntegrationTest extends TestCase
30+
abstract class ProviderIntegrationTest extends \PHPUnit_Framework_TestCase
3231
{
3332
/**
3433
* @var array with functionName => reason

0 commit comments

Comments
 (0)