Browse Source

Fix test case

Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
pull/14198/head
Romain Rivière 8 years ago
committed by Daniel Kesselberg
parent
commit
a5bc27c2a6
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 4
      tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php

4
tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php

@ -43,8 +43,8 @@ class ExcludeFileByNameFilterIteratorTest extends TestCase {
['Thumbs.db', false],
['another file', true],
['.directory', false],
['.webapp-owncloud-obee', false],
['wx.webapp-owncloud-obee', true],
['.webapp-netxcloud-12.0.5', false],
['wx.webapp-nextcloud-obee', true],
];
}

Loading…
Cancel
Save