We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f433253 commit 1642af8Copy full SHA for 1642af8
_test/SearchConfigTest.php
@@ -73,7 +73,7 @@ public function test_filtervars_ignore_dynamic_filters()
73
74
$this->assertSame(0, $searchConfig->getOffset());
75
$this->assertSame([], $searchConfig->getSorts());
76
- $this->assertEquals([], $searchConfig->getDynamicParameters()->getURLParameters());
+ $this->assertEquals([], $this->getInaccessibleProperty($searchConfig, 'filter'));
77
78
unset($INPUT[meta\SearchConfigParameters::$PARAM_SORT]);
79
unset($INPUT[meta\SearchConfigParameters::$PARAM_OFFSET]);
0 commit comments