hocvt / filer_filesystem
该包的最新版本(v0.1.0)没有可用的许可证信息。
v0.1.0
2021-02-09 16:38 UTC
Requires
- guzzlehttp/guzzle: ^6.0|^7.0
- league/flysystem: ~1.0
- nesbot/carbon: ^2.0
Requires (Dev)
- phpunit/phpunit: ^7.0|^8.0
This package is auto-updated.
Last update: 2024-09-10 00:23:16 UTC
README
Seaweedfs 文件适配器,用于 Flysystem/Laravel 文件系统
贡献
- 运行 docker
- 运行 composer
- 运行 phpunit
PHPUnit 8.5.13 by Sebastian Bergmann and contributors.
Runtime: PHP 7.4.13
Configuration: /ThikDev/Documents/my_packages/filer_filesystem/phpunit.xml
...........E....E.. 19 / 19 (100%)
Time: 878 ms, Memory: 8.00 MB
There were 2 errors:
1) FilerAdapterTest::testCreateDir
count(): Parameter must be an array or an object that implements Countable
/ThikDev/Documents/my_packages/filer_filesystem/tests/FilerAdapterTest.php:50
2) FilerAdapterTest::testListContents
Trying to access array offset on value of type int
/ThikDev/Documents/my_packages/filer_filesystem/src/FilerAdapter.php:341
/ThikDev/Documents/my_packages/filer_filesystem/src/FilerAdapter.php:342
/ThikDev/Documents/my_packages/filer_filesystem/src/FilerAdapter.php:207
/ThikDev/Documents/my_packages/filer_filesystem/tests/FilerAdapterTest.php:139
ERRORS!
Tests: 19, Assertions: 45, Errors: 2.