@@ -32,21 +32,21 @@ protected function setUp()
3232 public function testUpHosts ()
3333 {
3434
35- list ($ upHosts , $ err ) = $ this ->zone ->getUpHosts ($ this ->ak , $ this ->bucketName );
35+ list ($ upHosts , $ err ) = $ this ->zone ->getUpHosts ($ this ->ak , $ this ->bucketName );
3636 $ this ->assertNull ($ err );
3737 $ this ->assertEquals ('http://up.qiniu.com ' , $ upHosts [0 ]);
3838 $ this ->assertEquals ('http://upload.qiniu.com ' , $ upHosts [1 ]);
3939
40- list ($ upHosts , $ err ) = $ this ->zone ->getUpHosts ($ this ->ak , $ this ->bucketNameBC );
40+ list ($ upHosts , $ err ) = $ this ->zone ->getUpHosts ($ this ->ak , $ this ->bucketNameBC );
4141 $ this ->assertNull ($ err );
4242 $ this ->assertEquals ('http://up-z1.qiniu.com ' , $ upHosts [0 ]);
4343 $ this ->assertEquals ('http://upload-z1.qiniu.com ' , $ upHosts [1 ]);
4444
45- list ($ upHosts , $ err ) = $ this ->zoneHttps ->getUpHosts ($ this ->ak , $ this ->bucketName );
45+ list ($ upHosts , $ err ) = $ this ->zoneHttps ->getUpHosts ($ this ->ak , $ this ->bucketName );
4646 $ this ->assertNull ($ err );
4747 $ this ->assertEquals ('https://up.qbox.me ' , $ upHosts [0 ]);
4848
49- list ($ upHosts , $ err ) = $ this ->zoneHttps ->getUpHosts ($ this ->ak , $ this ->bucketNameBC );
49+ list ($ upHosts , $ err ) = $ this ->zoneHttps ->getUpHosts ($ this ->ak , $ this ->bucketNameBC );
5050 $ this ->assertNull ($ err );
5151 $ this ->assertEquals ('https://up-z1.qbox.me ' , $ upHosts [0 ]);
5252 }
0 commit comments