We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb77ea commit 95e611eCopy full SHA for 95e611e
src/ProviderIntegrationTest.php
@@ -22,13 +22,12 @@
22
use GuzzleHttp\Psr7\Response;
23
use Http\Client\HttpClient;
24
use Http\Discovery\HttpClientDiscovery;
25
-use PHPUnit\Framework\TestCase;
26
use Psr\Http\Message\ResponseInterface;
27
28
/**
29
* @author Tobias Nyholm <[email protected]>
30
*/
31
-abstract class ProviderIntegrationTest extends TestCase
+abstract class ProviderIntegrationTest extends \PHPUnit_Framework_TestCase
32
{
33
34
* @var array with functionName => reason
0 commit comments