We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336c034 commit f21a7f0Copy full SHA for f21a7f0
1 file changed
tests/general/ApiClientTest.php
@@ -131,6 +131,7 @@ public function testAppEngineAutoConfig()
131
$_SERVER['SERVER_SOFTWARE'] = 'Google App Engine';
132
$client = new Google_Client();
133
$this->assertInstanceOf('Google_Cache_Memcache', $client->getCache());
134
+ $this->assertInstanceOf('Google_Io_Stream', $client->getIo());
135
unset($_SERVER['SERVER_SOFTWARE']);
136
}
137
0 commit comments