Merge pull request #56920 from nextcloud/jtr/tests-testcase-ncdata

test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
This commit is contained in:
Josh 2026-04-29 20:38:08 -04:00 committed by GitHub
commit 73b3689a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -369,7 +369,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
'nextcloud.log' => true,
'audit.log' => true,
'owncloud.db' => true,
'.ocdata' => true,
'.ncdata' => true,
'..' => true,
'.' => true,
];