module-filesystem icon indicating copy to clipboard operation
module-filesystem copied to clipboard

Filesystem module for Codeception

Results 2 module-filesystem issues
Sort by recently updated
recently updated
newest added

"[FlySystem](http://flysystem.thephpleague.com/) is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. Reducing technical debt and chance of vendor lock-in." It could replace...

Scenario: I want to create a file inside a folder: `$I->writeToFile('/var/www/foo/foo.php', '');` This will fail because the folder `foo` does not exist. Now I have to create the folder recursively...