File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,18 @@ public function test_filtervars_ignore_dynamic_filters()
6666 'schemas ' => [
6767 ['schema1 ' , 'alias1 ' ]
6868 ],
69- 'cols ' => ['first ' ],
70- 'limit ' => 10
69+ 'cols ' => ['first ' ]
7170 ];
7271
7372 $ searchConfig = new SearchConfig ($ config , false );
7473
75- $ this ->assertSame (0 , $ searchConfig ->getLimit ());
7674 $ this ->assertSame (0 , $ searchConfig ->getOffset ());
7775 $ this ->assertSame ([], $ searchConfig ->getSorts ());
7876 $ this ->assertEquals ([], $ searchConfig ->getDynamicParameters ()->getURLParameters ());
7977
8078 unset($ INPUT [meta \SearchConfigParameters::$ PARAM_SORT ]);
8179 unset($ INPUT [meta \SearchConfigParameters::$ PARAM_OFFSET ]);
8280 unset($ _REQUEST [meta \SearchConfigParameters::$ PARAM_FILTER ]);
83- unset($ _REQUEST [meta \SearchConfigParameters::$ PARAM_FILTER ]);
8481 }
8582
8683 public function test_filtervars_nsorid ()
You can’t perform that action at this time.
0 commit comments