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 d2a746c commit bf37b60Copy full SHA for bf37b60
tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php
@@ -42,9 +42,9 @@ protected function _before()
42
protected function _after()
43
{
44
TestHelper::cleanUp();
45
- // $this->tester->flushIndex();
46
- // $this->tester->cleanupIndex();
47
+ $this->tester->flushIndex();
+ $this->tester->cleanupIndex();
48
}
49
50
// tests
0 commit comments