Popularity
6.8
Growing
Activity
0.0
Declining
1,399
41
103

Description

You can find documentation in the wiki.

Also you might want to check vfsStream examples.

Code Quality Rank: L4
Programming language: PHP
License: BSD 3-clause "New" or "Revised" License
Tags: Testing    
Latest version: v1.7.0

VFS Stream alternatives and similar libraries

Based on the "Testing" category.
Alternatively, view VFS Stream alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of VFS Stream or a related project?

Add another 'Testing' Library

README

vfsStream

Tests Coverage Status Latest Stable Version [Latest Unstable Version](//packagist.org/packages/mikey179/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.

Documentation

See the wiki.

Also you might want to check vfsStream examples.