nextcloud/tests/lib/Files
Josh db6bb7594d test(ViewTest): disable Nextcloud not PHP - drop testTouchFloat()
Our interface contract (and implementations) in IStorage are:
`public function touch(string $path, ?int $mtime = null): bool {`

This wasn't always the case but it is today, so testTouchFloat() no longer makes sense; it's not testing our code, just PHP.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-03-11 19:08:10 +00:00
..
AppData chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Cache fix(propagator): Improve lock behavior of propagator 2026-02-11 16:25:12 +01:00
Config test: add test for updating cached mounts with multiple entries for root id 2026-03-05 14:26:23 +01:00
Mount perf(MountManager): use binary search to find mount in path 2026-01-29 12:54:14 +00:00
Node test: adjust tests to updated getById 2026-02-02 19:01:28 +01:00
ObjectStore perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +01:00
Search refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
SimpleFS chore: setting test metadata in annotations is deprecated (use attributes) 2025-11-05 15:42:40 +01:00
Storage test(Storage): avoid falsy directory/filename checks (for now) 2026-03-02 13:36:55 +00:00
Stream chore: run rector 2025-07-01 22:45:52 +02:00
Template feat: Add Folder::getOrCreateFolder api 2025-11-24 11:10:52 +01:00
Type chore: make php-cs happy 2025-12-09 22:26:16 -05:00
Utils refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
EtagTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
FileInfoTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
FilenameValidatorTest.php chore: migrate to PHPUnit 11 2025-11-05 15:42:33 +01:00
FilesystemTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
PathVerificationTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
SetupManagerTest.php refactor(files): Rename IMountProviderArgs 2026-01-12 17:33:52 +01:00
ViewTest.php test(ViewTest): disable Nextcloud not PHP - drop testTouchFloat() 2026-03-11 19:08:10 +00:00