feat(utils): 重写了构造URL的方法,增加对应的单元测试

This commit is contained in:
李东云
2023-01-13 18:00:33 +08:00
parent e705bedd5d
commit 9f79d1465b
3 changed files with 145 additions and 45 deletions

View File

@@ -47,4 +47,4 @@ it('asserts oss policy can be generated', function ($setDir, $isImage, $maxSize)
->and($signature)->toBe($sign);
})->with([
['uploaded', true, 1048576000],
])->only();
]);