Skip to content

Commit f21a7f0

Browse files
committed
Update ApiClientTest.php
Add test that the IO class on App Engine is always Google_Io_Stream.
1 parent 336c034 commit f21a7f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/general/ApiClientTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public function testAppEngineAutoConfig()
131131
$_SERVER['SERVER_SOFTWARE'] = 'Google App Engine';
132132
$client = new Google_Client();
133133
$this->assertInstanceOf('Google_Cache_Memcache', $client->getCache());
134+
$this->assertInstanceOf('Google_Io_Stream', $client->getIo());
134135
unset($_SERVER['SERVER_SOFTWARE']);
135136
}
136137

0 commit comments

Comments
 (0)