Add unit tests to make sure we do not lower the search
This commit is contained in:
parent
71976a095f
commit
be8125b8e2
1 changed files with 4 additions and 0 deletions
|
@ -1043,6 +1043,10 @@ class ShareesTest extends TestCase {
|
||||||
[[], 'no', 'yes', true, '', null, $allTypes, 1, 200, false, true],
|
[[], 'no', 'yes', true, '', null, $allTypes, 1, 200, false, true],
|
||||||
[[], 'no', 'no', true, '', null, $allTypes, 1, 200, false, false],
|
[[], 'no', 'no', true, '', null, $allTypes, 1, 200, false, false],
|
||||||
|
|
||||||
|
// Test keep case for search
|
||||||
|
[[
|
||||||
|
'search' => 'foo@example.com/ownCloud',
|
||||||
|
], '', 'yes', true, 'foo@example.com/ownCloud', null, $allTypes, 1, 200, false, true],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue