File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class DownloadTest extends \PHPUnit_Framework_TestCase
8
8
public function test ()
9
9
{
10
10
global $ testAuth ;
11
- $ base_url = 'http://sdk.peterpy.cn/sdktest.png ' ;
11
+ $ base_url = 'http://sdk.peterpy.cn/gogopher.jpg ' ;
12
12
$ private_url = $ testAuth ->privateDownloadUrl ($ base_url );
13
13
$ response = Client::get ($ private_url );
14
14
$ this ->assertEquals (200 , $ response ->statusCode );
@@ -17,7 +17,7 @@ public function test()
17
17
public function testFop ()
18
18
{
19
19
global $ testAuth ;
20
- $ base_url = 'http://sdk.peterpy.cn/sdktest.png ?exif ' ;
20
+ $ base_url = 'http://sdk.peterpy.cn/gogopher.jpg ?exif ' ;
21
21
$ private_url = $ testAuth ->privateDownloadUrl ($ base_url );
22
22
$ response = Client::get ($ private_url );
23
23
$ this ->assertEquals (200 , $ response ->statusCode );
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class FopTest extends \PHPUnit_Framework_TestCase
9
9
public function testExifPub ()
10
10
{
11
11
$ fop = new Operation ('sdk.peterpy.cn ' );
12
- list ($ exif , $ error ) = $ fop ->execute ('sdktest.png ' , 'exif ' );
12
+ list ($ exif , $ error ) = $ fop ->execute ('gogopher.jpg ' , 'exif ' );
13
13
$ this ->assertNull ($ error );
14
14
$ this ->assertNotNull ($ exif );
15
15
}
You can’t perform that action at this time.
0 commit comments