Compare commits

...

1 Commits

Author SHA1 Message Date
Josh a0cb4a74b0 test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-11 09:00:25 -05:00
+1 -1
View File
@@ -364,7 +364,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
'nextcloud.log' => true,
'audit.log' => true,
'owncloud.db' => true,
'.ocdata' => true,
'.ncdata' => true,
'..' => true,
'.' => true,
];