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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blocker: broken package in github

uuf6429 opened this issue · comments

If you download and unzip the package here, you'll find that the contents of src/ are completely mangled - instead of the code there's a "main" and "test" directory.

Hmm, I see what happened...apparently I've been working locally with the master/dev 1.x-dev branch all along, whereas in CI it was installing the stable (older) 1.6 version with a completely different project structure.

You can ignore this issue. It would be nice to do a release soon though.