Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bovigo/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.
https://github.com/bovigo/vfsStream

filesystem php testing vfsstream

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# vfsStream

![Tests](https://github.com/bovigo/vfsStream/workflows/Tests/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/bovigo/vfsStream/badge.svg)](https://coveralls.io/github/bovigo/vfsStream) [![Latest Stable Version](https://poser.pugx.org/mikey179/vfsStream/version.png)](https://packagist.org/packages/mikey179/vfsStream) [![Latest Unstable Version](https://poser.pugx.org/mikey179/vfsStream/v/unstable.png)](//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](https://github.com/bovigo/vfsStream/wiki).

Also you might want to check [vfsStream examples](https://github.com/bovigo/vfs-stream-examples).