Skip to content

Commit 4a9e333

Browse files
committed
Changed some tests
1 parent ea2fe75 commit 4a9e333

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Api/setterUpper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use GuzzleHttp\HandlerStack;
77
use Http\Adapter\Guzzle6HttpAdapter;
88
use Http\Client\Utils\HttpMethodsClient;
9-
use Http\Discovery\MessageFactory\GuzzleFactory;
9+
use Http\Discovery\MessageFactory\GuzzleMessageFactory as GuzzleFactory;
1010
use Swader\Diffbot\Diffbot;
1111
use GuzzleHttp\Handler\MockHandler;
1212
use GuzzleHttp\Psr7\Response;
@@ -51,4 +51,4 @@ public function getCustomMockFakeClient($filepath, $code = 200)
5151
new GuzzleFactory());
5252

5353
}
54-
}
54+
}

tests/DiffbotTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use GuzzleHttp\Psr7\Response;
99
use Http\Adapter\Guzzle6HttpAdapter;
1010
use Http\Client\Utils\HttpMethodsClient;
11-
use Http\Discovery\MessageFactory\GuzzleFactory;
11+
use Http\Discovery\MessageFactory\GuzzleMessageFactory as GuzzleFactory;
1212
use Swader\Diffbot\Diffbot;
1313

1414
class DiffbotTest extends \PHPUnit_Framework_TestCase
@@ -169,4 +169,4 @@ public function testSearchCreation()
169169
);
170170
}
171171

172-
}
172+
}

0 commit comments

Comments
 (0)