danieljharvey/file-wrapper
A simple file system function wrapper that can be easily mocked or stubbed for testing
Maintainers
2.1.2
2017-09-11 10:00 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
A simple file system function wrapper that can be easily mocked or stubbed for testing
To include simply use
$fileWrapper=new DanielJHarvey/FileWrapper/FileWrapper;
