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.
BSD 3-Clause "New" or "Revised" License
1.42k stars 102 forks source link

Blocker: broken package in github #284

Closed uuf6429 closed 1 year ago

uuf6429 commented 1 year ago

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.

uuf6429 commented 1 year ago

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.