mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

Maintainers

👁 mikey179

Package info

github.com/bovigo/vfsStream

Homepage

Wiki

pkg:composer/mikey179/vfsstream

Statistics

Installs: 113 343 714

Dependents: 3 057

Suggesters: 6

Stars: 1 436

Open Issues: 37


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.