You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12.x] Add comprehensive filesystem operation tests to FilesystemTest (#55399)
* Add test for Filesystem lastModified method
* add comprehensive filesystem operation tests
Add two new test cases to FilesystemTest.php:
- testFileCreationAndContentVerification: Tests file creation, existence check, content verification, and size
- testDirectoryOperationsWithSubdirectories: Tests directory creation, subdirectory operations, and file listing
These tests complement existing filesystem tests by verifying end-to-end operations and directory structure management.
0 commit comments