Level 50
Hey @hakhsin
Here is something that might help:
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. - http://vfs.bovigo.org/
1 like