/home/desid573/public_html/tollster/vendor/google/auth/tests/HttpHandler
NameSizeModeActions
Guzzle5HttpHandlerTest.php63770644editdlrm
Guzzle6HttpHandlerTest.php22630644editdlrm
HttpHandlerFactoryTest.php11860644editdlrm
Edit: /home/desid573/public_html/tollster/vendor/google/auth/tests/HttpHandler/HttpHandlerFactoryTest.php (1186B)
onlyGuzzle5(); $handler = HttpHandlerFactory::build(); $this->assertInstanceOf('Google\Auth\HttpHandler\Guzzle5HttpHandler', $handler); } public function testBuildsGuzzle6Handler() { $this->onlyGuzzle6(); $handler = HttpHandlerFactory::build(); $this->assertInstanceOf('Google\Auth\HttpHandler\Guzzle6HttpHandler', $handler); } }