hocvt / filer_filesystem
There is no license information available for the latest version (v0.1.0) of this package.
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-11-10 00:38:54 UTC
README
A Seaweedfs file adapter for Flysystem/Laravel filesystem
Contribution
- Chạy docker
- Chạy composer
- Chạy 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.