diff options
Diffstat (limited to 'tests/lib/IntegrityCheck')
-rw-r--r-- | tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php index 124618eb538..8d5c38d275a 100644 --- a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php +++ b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php @@ -45,6 +45,7 @@ class ExcludeFileByNameFilterIteratorTest extends TestCase { ['.webapp-nextcloud-15.0.2', false], ['.webapp-nextcloud-14.0.5-r3', false], ['wx.webapp-nextcloud-obee', true], + ['.rnd', false], ]; } |