mikey179/vfsstream
Virtual file system to mock the real file system in unit tests.
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause fe695ec993e0a55c3abdda10a9364eb31c6f1bf0
This package is auto-updated.
Last update: 2026-05-29 00:53:21 UTC
README
👁 Tests
👁 Coverage Status
👁 Latest Stable Version
👁 Latest Unstable Version
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
Documentation
See the wiki.
Also you might want to check vfsStream examples.
