module-filesystem
module-filesystem copied to clipboard
Filesystem module for Codeception
"[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...
Usage of the constant `E_STRICT` is removed because it is deprecated in PHP 8.4: https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_and_deprecate_e_strict_constant