mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Update testSearchField to expect namespaced search fields
This commit is contained in:
parent
b0c4c5a177
commit
b3013a98c4
@ -653,8 +653,8 @@ class CMSMainTest extends FunctionalTest
|
||||
'name' => 'Term',
|
||||
'placeholder' => 'Search "Pages"',
|
||||
'filters' => [
|
||||
'Term' => 'test',
|
||||
'FilterClass' => 'SilverStripe\CMS\Controllers\CMSSiteTreeFilter_Search'
|
||||
'Search__Term' => 'test',
|
||||
'Search__FilterClass' => 'SilverStripe\CMS\Controllers\CMSSiteTreeFilter_Search'
|
||||
]
|
||||
]),
|
||||
$searchSchema
|
||||
|
Loading…
x
Reference in New Issue
Block a user