Skip to content

Commit

Permalink
Merge pull request #190 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Proper readme
  • Loading branch information
jaapio authored Jul 22, 2019
2 parents b46b9df + 150cc4d commit 68b5523
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
You can find documentation in the [wiki](https://github.com/bovigo/vfsStream/wiki).
# vfsStream

Also you might want to check [vfsStream examples](https://github.com/bovigo/vfs-stream-examples).
[![Build Status](https://secure.travis-ci.org/bovigo/vfsStream.png)](http://travis-ci.org/bovigo/vfsStream) [![Build Status Windows](https://ci.appveyor.com/api/projects/status/51mo891raqc4uh8t?svg=true)](https://ci.appveyor.com/project/mikey179/vfsstream) [![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

[![Build Status](https://secure.travis-ci.org/bovigo/vfsStream.png)](http://travis-ci.org/bovigo/vfsStream) [![Build Status Windows](https://ci.appveyor.com/api/projects/status/51mo891raqc4uh8t?svg=true)](https://ci.appveyor.com/project/mikey179/vfsstream) [![Coverage Status](https://coveralls.io/repos/github/bovigo/vfsStream/badge.svg)](https://coveralls.io/github/bovigo/vfsStream)
See the [wiki](https://github.com/bovigo/vfsStream/wiki).

[![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)
Also you might want to check [vfsStream examples](https://github.com/bovigo/vfs-stream-examples).

0 comments on commit 68b5523

Please sign in to comment.