mikey179 / vfsstream
虚拟文件系统,用于单元测试中模拟真实文件系统。
v1.6.12
2024-08-29 18:43 UTC
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^7.5||^8.5||^9.6
- yoast/phpunit-polyfills: ^2.0
- dev-master / 2.0.x-dev
- v1.x-dev
- v1.6.x-dev
- v1.6.12
- v1.6.11
- v1.6.11-alpha.0
- v1.6.10
- v1.6.10-alpha.0
- v1.6.9
- v1.6.8
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.1.0-beta1
- v1.0.0
- v1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- dev-drop-php-5-support
- dev-dependabot/github_actions/actions/checkout-4
- dev-dependabot/github_actions/actions/cache-3.0.11
- dev-refactor/rename_and_restructure
- dev-compress_zlib_support
- dev-linking
This package is auto-updated.
Last update: 2024-08-29 18:46:25 UTC
README
vfsStream 是一个虚拟文件系统的流包装器,有助于在单元测试中模拟真实文件系统。它可以与任何单元测试框架一起使用,如PHPUnit或SimpleTest。
文档
查看维基。
此外,您可能还想查看vfsStream 示例。