Skip to content
mikey179 edited this page Aug 9, 2012 · 21 revisions

vfsStream logo

Welcome to vfsStream

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.

Get started

Please note: Starting with version 1.0.0 the namespace of classes in vfsStream is org\bovigo\vfs. For the sake of simplicity this namespace part is omitted in any of the following documentation pages throughout the text. Versions before 1.0.0 don't have a namespace.

Latest news

Latest news about vfsStream can be found at the Stubblog.

API Documentation

Available here.

Developers

vfsStream is currently developed by:

License

vfsStream is published under the BSD license.

Clone this wiki locally