Stars: 1372
Forks: 111
Pull Requests: 123
Issues: 162
Watchers: 43
Last Updated: 2023-09-11 05:01:07
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.
License: BSD 3-Clause "New" or "Revised" License
Languages: PHP
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.
See the wiki.
Also you might want to check vfsStream examples.