shabbyrobe / defile
This package is abandoned and no longer maintained.
No replacement package was suggested.
Stream wrapper for testing code dependent on PHP's filesystem functions
0.0.3
2015-10-15 01:26 UTC
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2022-10-21 07:25:38 UTC
README
This was never finished, and has been unmaintained since 2015. Please don't use it.
(Never gonna) TODO:
- chmod, chgrp, chown
- Generator streams (sort of like /dev/zero)
- Memory should be able to optionally use php://temp (maybe should use php://memory for everything)
- StreamRegistry::umask() instead of system umask() (though system umask() should still be usable)