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

Add GH Actions version of unit testing v1.x #257

Closed allejo closed 3 years ago

allejo commented 3 years ago

Because v2.x is not ready yet and I'm still maintaining the v1.x series, let's run unit tests in our GHA environment.