Skip to content

Commit ca62309

Browse files
committed
Update FopTest.php
1 parent de88557 commit ca62309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Qiniu/Tests/FopTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class FopTest extends \PHPUnit_Framework_TestCase
88
{
99
public function testExifPub()
1010
{
11-
$fop = new Operation('testres.qiniudn.com');
12-
list($exif, $error) = $fop->execute('gogopher.jpg', 'exif');
11+
$fop = new Operation('sdk.peterpy.cn');
12+
list($exif, $error) = $fop->execute('sdktest.png', 'exif');
1313
$this->assertNull($error);
1414
$this->assertNotNull($exif);
1515
}

0 commit comments

Comments
 (0)