提交的内容
This commit is contained in:
2
vendor/aliyuncs/oss-sdk-php/tests/OSS/Tests/OssUtilTest.php
vendored
Executable file → Normal file
2
vendor/aliyuncs/oss-sdk-php/tests/OSS/Tests/OssUtilTest.php
vendored
Executable file → Normal file
@ -143,7 +143,7 @@ BBBB;
|
||||
|
||||
public function testReadDir()
|
||||
{
|
||||
$list = OssUtil::readDir("./src", ".|..|.svn|.git", true);
|
||||
$list = OssUtil::readDir(__DIR__, ".|..|.svn|.git", true);
|
||||
$this->assertNotNull($list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user