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
Add annotations to indicate return type will change #261
This is the fix for v1.6 on PHP 8.1 - related to https://github.com/bovigo/vfsStream/pull/260
Fixes #259 Fixes #258