dmitriynyu / dummy-file-generator
Create dummy files of arbitrary length and content for testing
Installs: 2 979
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- jkuchar/bigfiletools: ^2.0
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2025-03-29 21:51:10 UTC
README
DummyFileGenerator creates dummy files of arbitrary length and content for testing.
Installation
Use Composer to install package or download and include files manually.
Usage
Make sure DummyFileGenerator is installed and available in your namespace.
$generator = new DummyFileGenerator(); $generator->generateFile($path, '1234567890', 1024);
Development
This package should not be used in production, but you can use it in your tests, if for whatever reasons you need to create dummy files and read content from it.
Feel free to submit a pull request.
License
MIT