We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de88557 commit ca62309Copy full SHA for ca62309
tests/Qiniu/Tests/FopTest.php
@@ -8,8 +8,8 @@ class FopTest extends \PHPUnit_Framework_TestCase
8
{
9
public function testExifPub()
10
11
- $fop = new Operation('testres.qiniudn.com');
12
- list($exif, $error) = $fop->execute('gogopher.jpg', 'exif');
+ $fop = new Operation('sdk.peterpy.cn');
+ list($exif, $error) = $fop->execute('sdktest.png', 'exif');
13
$this->assertNull($error);
14
$this->assertNotNull($exif);
15
}
0 commit comments